I have a file name which has the format as "year_month_day.alm", for example "98_04_23.alm". I need to increase it by one day, and get a new file name. So for this file name "98_04_23.alm", should return "98_04_24.alm".
I do not know what is the easiest way to convert string to integer, and increase it, and convert it back to string. Please help me.
I do not know what is the easiest way to convert string to integer, and increase it, and convert it back to string. Please help me.