Custom date/time formats
Published 13 December 2024
Dates and times can be stored in a variety of formats.
The format of dates and times can be configured in the masking options file.
- {
- "settings": {
- "dateTimeFormats": [
- "yyyy-MM-dd"
- ]
- }
- }
See standard date and time format strings or custom date and time format strings for example formats.