dayjs / dayjs-website

⏰Day.js website repo
http://day.js.org/
MIT License
65 stars 228 forks source link

Fix typo in ObjectSupport example #65

Closed penumbra1 closed 2 years ago

penumbra1 commented 2 years ago

The example sets 12 as a day of the week (day) but it makes more sense as a day of the month (date).

iamkun commented 2 years ago

thanks, in this context day and date key both mean day-of-the-month.