Hello,
I want to get todays date minus a month and then convert it to yyyy/mm/dd.
Currently I have
todaysdateminusmonth=now.AddDays(-30)
todaysdateformatted=todaysdateminusmonth(“yyyy/mm/dd”)
It does not work at the second stage.
Any help would be appreciated