The date string to be parsed.
The format string that should match Luxon's expectations here: https://moment.github.io/luxon/#/parsing?id=table-of-tokens
The timezone that this date/time is meant for / originated from.
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.
Parses any date string into a FullDate using the specified pattern and timezone. Prefer using createFullDate if possible.
Since this supports any arbitrary date string pattern, it is more flexible than createFullDate but you must know the date pattern ahead of time.
The
formatString
input is passed to Luxon. All format pattern options are listed here: https://moment.github.io/luxon/#/parsing?id=table-of-tokens