Custom Date Formats
By
Paul
All template variables that display a date can accept a custom date format as a parameter. For example, if you have {LINKDATE} in a template but want to show it in a DD-MM-YY format you can use {LINKDATE[%d-%m-%y]}
The format is the strftime() format (
http://www.php.net/strftime ), the same as you use to specify the default date formats in your admin panel.
Rating:
5/5 based on 1 vote. The median rating is 5.
Submitted:
05/14/06
Description:
Specifying a date for applicable template variables.
Views:
481 views. Averaging 0 per day.
In the most recent 30 day period, there've been 1 views.
Previous Article
| Next Article