[Months] How i can show the default months? #2276
Replies: 2 comments 2 replies
-
@lariane-guerra please share some code if you need help. Thanks. PS. reminder that dates in javascript have months starting from <DayPicker defaultMonth={ new Date(2024, 5) } numberOfMonths={2} /> The code above will show June and July. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi, how are you today? return with news. |
Beta Was this translation helpful? Give feedback.
0 replies
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 need to show 2 months. The actual month, for example, July, and the past month, in this case, June.
So:
June July, and not
July August
Its possible?
Beta Was this translation helpful? Give feedback.
All reactions