Hi,
I'm attempting to use the %globals_date_relative_<relative_date>% keyword replacement. But it doesn't seem to work as suggested by the manual
On a test page I have the following
%globals_date_d-m-Y%<br>
Tomorrow:%globals_date_relative_tomorrow_Y-m-d%<br>
Yesterday:%globals_date_relative_yesterday_Y-m-d%<br>
This Friday:%globals_date_relative_this_friday_d-m-Y%.
But what is displayed on the screen is
14-01-2014
Tomorrow:Tue, 14 Jan 2014 13:36:10 +1300NZTuesdaypm3136vNZ_312014012014Tue, 14 Jan 2014 13:36:10 +1300Tue, 14 Jan 2014 13:36:10 +130020142_2014-01-14
Yesterday:Tue, 14 Jan 2014 13:36:10 +1300NZTuesdaypm3136vNZ_14NZ1031NZTue, 14 Jan 2014 13:36:10 +130014pm14_2014-01-14
This Friday:Tue, 14 Jan 2014 13:36:10 +1300NZTuesdaypm3136vNZ_31013610_fTue, 14 Jan 2014 13:36:10 +13003614pm14_14-01-2014.
All the dates are the same and appending the php date suffix doesn't seem to make a difference.
I'm wanting to get dates for yesterday and 6 months ago or 180 days in the past.
Is there a list of strings that are available for relative date?
Georgina.