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
I have updated our react-widgets library from version 4 to 5 and can't seem to figure out how to change the month format in the DatePicker Calender component. In previous version this was done with monthFormat prop but that's seems to be removed. Is there any way to change the monthFormat from MMM to MM? Our MontPicker component should show the selected mont as MM/YYYY (10/2023).
I have updated our react-widgets library from version 4 to 5 and can't seem to figure out how to change the month format in the DatePicker Calender component. In previous version this was done with monthFormat prop but that's seems to be removed. Is there any way to change the monthFormat from MMM to MM? Our MontPicker component should show the selected mont as MM/YYYY (10/2023).
Here is a repro of the issue: https://codesandbox.io/s/dank-fast-hrzspz?file=/src/index.js
I would like to show months with 2-digit numbers so Jan would be 01, Feb would be 02 and so on.
The text was updated successfully, but these errors were encountered: