- Flow
- Bot


Format
TheFormat
setting lets you customize the picked date format. Under the hood, it is done using the date-fns library. You can use any of the formatting tokens supported by the library.
Here are some examples:
- D and DD that represent the day of a year (1, 2, …, 365, 366) are often confused with d and dd that represent the day of a month (1, 2, …, 31).
- YY and YYYY that represent the local week-numbering year (44, 01, 00, 17) are often confused with yy and yyyy that represent the calendar year.
D
and Y
as d
and y
respectively.
More information: https://github.com/date-fns/date-fns/blob/main/docs/unicodeTokens.md