Date&Time symbols
This module uses PHP strftime() function to format time strings.
Quick reference
A list of date and time symbols for Date Format field in Last Update module for Joomla!
| Symbol | Replacement in output |
| %d | day of the month |
| %b | abbreviated month name |
| %B | full month name |
| %m | month number |
| %Y | year |
| %H | hour (00-23) |
| %H | hour (01-12) |
| %M | minute |
| %p | am or pm |
| %a | abbreviated weekday name. |
Put %x in time strings at the place where you want to see the corresponding part of date.
Example: Now: %H:%M will be displayed as Now: 12:00.
If you want to use other symbols rather than described in the Quick reference, visit this link:
Additional info: strfttime() help - date\time symbols description


