For more help, visit the WebGUI Community Wiki.
These variables are available for most dates and times in the Calendar.
NOTE: Sometimes these variables have a prefix, like "start" or "end".
In that case, the first letter of the variables below is capitalized, so
"monthName" with a prefix of "start" becomes "startMonthName".
- second
- The seconds
- minute
- The minutes
- meridiem
- The meridiem (A.M. or P.M.)
- month
- The month number (01)
- monthName
- The month name ("January")
- monthAbbr
- The abbreviated month name ("Jan")
- dayOfMonth
- The number of the day of the month
- dayName
- The day name (Sunday)
- dayAbbr
- The abbreviated day name (Sun)
- year
- The year
- dayOfWeek
- The number of the day of the week (1 is Monday, 7 is Sunday)
- ymd
- The year, month, and day in ISO format: YYYY-MM-DD
- mdy
- The month, day, and year in US format: MM/DD/YYYY
- dmy
- The day, month, and year in UK format: DD/MM/YYYY
- epoch
- The epoch date (number of seconds since 1970-01-01 00:00:00). Suitable to be used in the Date macro.