How do you swap/change positions of year and month? #2087
Unanswered
nurbek-mirai
asked this question in
Support
Replies: 1 comment 1 reply
-
@nurbek-mirai sure this is <DayPicker formatters={{
formatMonthCaption: (date) => format(date, 'LLLL'); // return your formatted year + month
}}
/> |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to change the order of month and year any help would be appreciated.

Beta Was this translation helpful? Give feedback.
All reactions