I have a input type="month"
control and I am using Angular UI bootstrap as well.
When I select a month in IE it is shown as yyyy-MM
format. But in google chrome it s shown as MMMM yyyy
format.
When localized the months in calendar control is shown as localized text but after the selection in the input box it is showing the english month name.
Desired solution: Either show the localized month in the input box or change the format as yyyy-MM
in google chrome as well.