R
Rene A
Hi,
I want to get the current date minus 60 days, how can i do that.
This is what i have /want:
DateTime now = DateTime.Now;
Result = DateTime.Now.ToString("yyyyMMdd") + "')-60;
it must also work when the current date is in January.
Any tips are welcome.
Groetjes Rene.
I want to get the current date minus 60 days, how can i do that.
This is what i have /want:
DateTime now = DateTime.Now;
Result = DateTime.Now.ToString("yyyyMMdd") + "')-60;
it must also work when the current date is in January.
Any tips are welcome.
Groetjes Rene.