| Code In Use | CODE | PURPOSE OF CODE |
| Sat Feb 4 14:15:51 2012 | DATE_GMT | The current GMT (Greenwich, UK) <!--#echo var="DATE_GMT" --> can be formatted using #config |
| Sat Feb 4 09:15:51 2012 | DATE_LOCAL | current time/date, <!--#echo var="DATE_LOCAL" --> can be formatted using #config |
| Sat | %a | abbreviated weekday name |
| Saturday | %A | full weekday name |
| Feb | %b | abbreviated month name |
| February | %B | full month name |
| Sat Feb 4 09:15:51 2012 | %c | default date and time format |
| 20 | %C | Show's Century |
| 04 | %d | day of month - 01 to 31 |
| 02/04/12 | %D | date as %m/%d/%y |
| 4 | %e | day of month - 1 to 31 (single digits are preceded by a blank) |
| Feb | %h | abbreviated month name (alias for %b) |
| 09 | %H | hour - 00 to 23 |
| 09 | %I | hour - 01 to 12 |
| 035 | %j | day of year - 001 to 366 |
| 02 | %m | month of year - 01 to 12 |
| 15 | %M | minute - 00 to 59 |
| Sat
Sat | %n | insert a new line character |
| AM | %p | string containing AM or PM |
| am | %P | string containing am or pm |
| 09:15:51 AM | %r | time as %I:%M:%S %p |
| 09:15 | %R | time as %H:%M |
| 51 | %S | second - 00 to 61 |
| Sat Sat | %t | insert a tab character |
| 09:15:51 | %T | time as %H:%M:%S |
| 05 | %U | week number of year (Sunday is the first day of the week) - 00 to 53 |
| 6 | %w | day of week - Sunday=0 |
| 05 | %W | week number of year (Monday is the first day of the week) - 00 to 53 |
| 02/04/12 | %x | Country-specific date format |
| 09:15:51 | %X | Country-specific time format |
| 12 | %y | year within century - 00 to 99 |
| 2012 | %Y | year as CCYY (4 digits) |
| -0500 | %z | GMT |
| EST | %Z | time zone name |