Date Formatting
Modified Date: 2/12/2021 | User Level: Regular User | Views: 1,098
Description
All of the date/time fields can be displayed in a range of formats. The __ is the date/time field you want to be displaying (e.g., #MODIFIEDDATEISO8601 #).
The information for full dates are displayed in the browsers current language setting.
Formatting Dates
- #__# - Date/Time based on the current language.
- #__M# - The month.
- #__MM# - The month with a leading zero.
- #__MMM# - The abbreviated month name.
- #__MMMM# - The full month name.
- #__D# - The day.
- #__DD# - The day with a leading zero.
- #__DDD# -
- #__DDDD# -
- #__DOW# - The day of the week.
- #__DOY# - The day of the year.
- #__FULL# - The full date.
- #__H# - The hour.
- #__HH# - The hours with a leading zero.
- #__HHH# -
- #__HHHH# -
- #__ISO8601# - The date displayed in ISO 8601 format.
- #__MIN# - The minutes.
- #__MIN0# - The minutes with a leading zero.
- #__S# - The seconds.
- #__SS# - The seconds with a leading zero.
- #__T# - The Time Zone.
- #__TIME# - The time (HH:MM).
- #__YY# - Two-digit year.
- #__YYYY# - Four-digit year.