Get the 6 month Older Date from Today
Is there any easy way to get the date which is 6 months older than today?
Tagged:
0
Comments
-
Hi Mahulima
Yes. Unclear if you want the month or the date as you mention both, but get the Current date then Add period (select months and negative 6) then Format date
FormatDate( AddPeriod( CurrentTimestamp('Server default'), 'Months', -6 ), 'MMMM' )
https://community.experianaperture.io/discussion/549/date-formatting
2 -
Thank you so much @Josh Boxer it worked :)
1