react-month-picker-input
react-month-picker-input copied to clipboard
Year/Month UI Display Format
Hello, is there any way of altering the display format of the date?
Currently this is set to MM/YY, both being numbers.
Is there any way of displaying the date in the UI as a string i.e. 'August, 2015'
@danmce not for now, but I’ll add an option for custom formatter soon
@danmce would you like to be able to alter just the format of displayed date in the calendar (1) or input value (2) too?
Hello @slavakisel I am also having one concern about customizing this calendar UI and input behaviour as follows.
- In calendar UI instead of showing both month and year (07/2018) , can we display year alone(2018).
- In the input box once we select year and month can we display it as Jul 2018 instead of 07/18.
thanks in advance