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?
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?