You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I know this question was asked before, I've checked the older issues like #616 and #107. And if understand correctly the way to change the first day of the week is to manipulate the moment.js object globally like this: https://momentjs.com/docs/#/customization/dow-doy/
The problem I have with this approach is that I have cases where I can have more than a single rc-calendar on a page and each of them can have a different first day of the week... or other components who also use moment.js and have their first day of week set differently.
So, is there another way to change the first day of the week in rc-calendar?
The text was updated successfully, but these errors were encountered:
Hi, I know this question was asked before, I've checked the older issues like #616 and #107. And if understand correctly the way to change the first day of the week is to manipulate the moment.js object globally like this: https://momentjs.com/docs/#/customization/dow-doy/
The problem I have with this approach is that I have cases where I can have more than a single rc-calendar on a page and each of them can have a different first day of the week... or other components who also use moment.js and have their first day of week set differently.
So, is there another way to change the first day of the week in rc-calendar?
The text was updated successfully, but these errors were encountered: