Format of the date time (DMY_NUMERIC_SLASH is day/month/year with slashes, MDY_NUMERIC_SLASH is month/day/year with slashes, YMD_NUMERIC_SLASH is year/month/day with slashes, DMY_NUMERIC_DASH_SHORT is day/month/year with dashes, DMY_NUMERIC_DASH is day/month/year with dashes, YMD_NUMERIC_DASH is year/month/day with dashes, MDY_TEXT_DASH_SHORT is month/day/year with dashes, MDY_TEXT_SPACE_SHORT is month/day/year with spaces, MDY_TEXT_SPACE is month/day/year with spaces)
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| DMY_NUMERIC_SLASH | String | ✅ | "DMY_NUMERIC_SLASH" |
| MDY_NUMERIC_SLASH | String | ✅ | "MDY_NUMERIC_SLASH" |
| YMD_NUMERIC_SLASH | String | ✅ | "YMD_NUMERIC_SLASH" |
| DMY_NUMERIC_DASH_SHORT | String | ✅ | "DMY_NUMERIC_DASH_SHORT" |
| DMY_NUMERIC_DASH | String | ✅ | "DMY_NUMERIC_DASH" |
| YMD_NUMERIC_DASH | String | ✅ | "YMD_NUMERIC_DASH" |
| MDY_TEXT_DASH_SHORT | String | ✅ | "MDY_TEXT_DASH_SHORT" |
| MDY_TEXT_SPACE_SHORT | String | ✅ | "MDY_TEXT_SPACE_SHORT" |
| MDY_TEXT_SPACE | String | ✅ | "MDY_TEXT_SPACE" |