csiwa28
Programmer
- Apr 12, 2001
- 177
I am able to add a day or several days to today's date and display it.
@Date(@Year(@Today);@Month(@Today);@Day(@Today + 1)
However, is there a built in function that will take into account if it is the last day of the month/year, or do I just have to come up with several if statments to do this?
@Date(@Year(@Today);@Month(@Today);@Day(@Today + 1)
However, is there a built in function that will take into account if it is the last day of the month/year, or do I just have to come up with several if statments to do this?