created_date
Purpose
Prints the date and time the page was created. If no format is given, it will default to a format similar to 'Jan 01, 2004'.
Usage
Just insert the tag into your template/page like: {created_date format="%A %d-%b-%y %T %Z"}
Parameters
- (optional) format - Date/Time format using parameters from php's strftime function. See here for a parameter list and information.
- (optional) assign - Assign the results to the named smarty variable.