DateTimeFormat
Last updated
Last updated
|
|
| The date string or object |
|
|
|
|
|
| Optional specific timezone to apply to the date ( if not present in the date string ) |
|
|
| Optional ISO locale string which will be used to localize the resulting date/time string |
Optional format mask, or common mask. If an explicit mask is used, it should use the mask characters specified in the class. If a common mask is used, the following are supported: * short: equivalent to "M/d/y h:mm tt" * medium: equivalent to "MMM d, yyyy h:mm:ss tt" * long: medium followed by three-letter time zone; i.e. "MMMM d, yyyy h:mm:ss tt zzz" * full: equivalent to "dddd, MMMM d, yyyy H:mm:ss tt zz" * ISO8601/ISO: equivalent to "yyyy-MM-dd'T'HH:mm:ssXXX" * epoch: Total seconds of a given date (Example:1567517664) * epochms: Total milliseconds of a given date (Example:1567517664000)