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 |
|---|---|---|---|
| DMYNUMERICSLASH | str | ✅ | "DMY_NUMERIC_SLASH" |
| MDYNUMERICSLASH | str | ✅ | "MDY_NUMERIC_SLASH" |
| YMDNUMERICSLASH | str | ✅ | "YMD_NUMERIC_SLASH" |
| DMYNUMERICDASHSHORT | str | ✅ | "DMY_NUMERIC_DASH_SHORT" |
| DMYNUMERICDASH | str | ✅ | "DMY_NUMERIC_DASH" |
| YMDNUMERICDASH | str | ✅ | "YMD_NUMERIC_DASH" |
| MDYTEXTDASHSHORT | str | ✅ | "MDY_TEXT_DASH_SHORT" |
| MDYTEXTSPACESHORT | str | ✅ | "MDY_TEXT_SPACE_SHORT" |
| MDYTEXTSPACE | str | ✅ | "MDY_TEXT_SPACE" |