Learning Plan Date Formats
Added in 11.0.4. Initially, this setting only affects the Application Pathways page.
Summary
Many Learning Plans represent cyclical application periods, such as an annual recertification. In these cases, the name of the Learning Plan alone is insufficient to uniquely identify a given Learning Plan Instance
, because Practitioners will complete a new one each year.
For instance, in the screenshot below, without the circled values the Practitioner would be unable to tell which of their completed applications was for their 2019 renewal and which was for their 2020 renewal.
In some cases, such as the one shown above, only a single year is needed. In other cases, additional information such as the month or day values from the Cycle or Reporting dates might be relevant.
The Learning Plan Date Format feature allows an Administrator to configure how these dates are displayed.
Configuring the date format
The date format is not applied if the Dates Don’t Apply option is selected.
The date format is configured on the Learning Plan Definition
. It has a max length of 200 characters.
Syntax
The format string can contain any letters or symbols that you want, in addition to supporting placeholder values in this form: {<field>:<format>}
The <field>
value must be one of these supported date values:
CycleStart
CycleEnd
ReportingStart
ReportingEnd
The <format>
string specifies the date format to apply to the referenced field. This format accepts the following tokens only:
As of 11.0.4, this feature does not support internationalization or user-specific locales
Token | Usage | Example |
---|---|---|
| Two digit year |
|
| Four digit year |
|
| Month as a number, no padding |
|
| Month as number, padded |
|
| Month as an abbreviated string |
|
| Month as unabbreviated string |
|
| Day of the month, no padding |
|
| Day of the month, padded |
|
| Literal “/” character, to be used as a separator | “4/6/2020” |
| Literal whitespace character, to be used as a separator | “June 2020” |
| Literal “-” character, to be used as a separator | “4-6-2020” |
| Literal “,” character, to be used as a separator | “January, 2020” |
Examples
Format string | Example |
---|---|
| Certified Office Dog Recert |
| Certified Office Dog Recert |
| Certified Office Dog Recert |
| Certified Office Dog Recert |