Forum Discussion

vishwajeet_hol's avatar
10 years ago

'Get 30 days ago' and 'one year ago' date in freemarker

Hi,   I am getting current date using below code : <#assign aDateTime = .now> <#assign aDate = aDateTime?date> current date: ${aDate?iso_utc} How to 'get 30 days ago' and 'one year ago' date usin...