Type Alias DateFormatChoice
DateFormatChoice:
| "Custom"
| "yyyy-MM-dd"
| "yyyy-MM-dd'T'HH:mm:ss'Z'"
| "yyyy-MM-dd HH:mm:ss"
| "EEE, MMM dd, yyyy"
| "EEE, MMM dd, yyyy h:mm a"
| "MM-dd-yyyy"
| "MM-dd-yyyy h:mm a"
| "MM-dd-yyyy HH:mm:ss"
| "MM/dd/yyyy"
| "MM/dd/yyyy h:mm a"
| "MM/dd/yyyy HH:mm:ss"
| "MMM dd, yyyy"
| "MMM dd, yyyy h:mm a"
| "yyyy-MM-dd h:mm a"
| "yyyy/MM/dd"
| "yyyy/MM/dd h:mm a"
| "yyyy/MM/dd HH:mm:ss"
Supported predefined date/time format tokens. Selecting
Customindicates a custom format which must be provided via thecustomFormatparameter.