I'm trying to show dates in the format dd/mm/yyyy (eg 03/08/2011) and cant find the correct keyword replacement.
%asset_created_reabledate% displays dd m yyyy (eg 03 Aug 2011)
%asset_created_short% displays yyyy-mm-dd (eg 2011-08-03)
Neither of which are what I'm after.
Can I get it in the format I need? If so, what is the keyword to use?
[quote]
I’m trying to show dates in the format dd/mm/yyyy (eg 03/08/2011) and cant find the correct keyword replacement.
%asset_created_reabledate% displays dd m yyyy (eg 03 Aug 2011)
%asset_created_short% displays yyyy-mm-dd (eg 2011-08-03)
Neither of which are what I’m after.
Can I get it in the format I need? If so, what is the keyword to use?
[/quote]
You should be able to use the keyword modifier to achieve this.
Edit : To be specific, “date_format” keyword Modifier.
Or you could use:
%asset_created_d%/%asset_created_m%/%asset_created_Y%