How do I set the date after 1 day in type string and ddMMyyyyHHmm for Spring?

Viewed 31

smsRequest.setEndDate(1 day later); /// TODO 1 day later

I want to set the date after 1 day to the variable endDate, which is held as a string and of type ddMMyyyyHHmm. How can I give?

0 Answers
Related