Write, Bureaucrats, Administrators
3,298
edits
Line 60: | Line 60: | ||
;MM | ;MM | ||
:A [[Field Type: Text|text field]] that provides the month as 2 digits. | :A [[Field Type: Text|text field]] that provides the month as 2 digits. | ||
:e.g. ' | :e.g. '08' | ||
;MMM | ;MMM | ||
Line 72: | Line 72: | ||
;MM-MMM | ;MM-MMM | ||
:A [[Field Type: Text|text field]] that provides the month as 2 digits and 3 letters. | :A [[Field Type: Text|text field]] that provides the month as 2 digits and 3 letters. | ||
:e.g. ' | :e.g. '08-Aug' | ||
;MM-MMMM | ;MM-MMMM | ||
:A [[Field Type: Text|text field]] that provides the month as 2 digits and 4 letters. | :A [[Field Type: Text|text field]] that provides the month as 2 digits and 4 letters. | ||
:e.g. ' | :e.g. '08-August' | ||
;MM-YY | ;MM-YY | ||
:A [[Field Type: Text|text field]] that provides the month as 2 digits for the month and 2 digits for the calendar year. | :A [[Field Type: Text|text field]] that provides the month as 2 digits for the month and 2 digits for the calendar year. | ||
:e.g. ' | :e.g. '08-21' | ||
;MM-YYYY | ;MM-YYYY | ||
:A [[Field Type: Text|text field]] that provides the month as 2 digits for the month and 4 digits for the calendar year. | :A [[Field Type: Text|text field]] that provides the month as 2 digits for the month and 4 digits for the calendar year. | ||
:e.g. ' | :e.g. '08-2021' | ||
;MMM-YY | ;MMM-YY |