A day of the month: 1-31 depending on the month
Hour of the day in 24 time: 0-23
Millisecond of the second: 0-999
Minute of the hour: 0-59
A month of the year: 1-12
The full, four digit year.
Optional
formatOptions: DateTimeFormatOptions & PartialWithUndefined<{ locale: string }>Defaults to using the user's own locale.
Converts the given FullDate into a string based the user's locale, or the given locale options.