Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Forums,
R there is function where we can add the number of day or month or year in the variable where it store the current date
Advance Thanks
SD
Check AddMonths(), AddYears()
To add days, you can directly add days to date like Date(Today()+1)
Hi Shan,
I did not get the excat requirement..to get the current date you can use
Today() or now() function.
Check AddMonths(), AddYears()
To add days, you can directly add days to date like Date(Today()+1)
Hi Anbu,
Thanks
SD