Closed Daeghun closed 6 years ago
In Russia, date format notation is not using slashes. Instead, they are using dots. https://en.wikipedia.org/wiki/Date_and_time_notation_in_Russia
Right now:
format: 'MM/yyyy', fullFormat: 'dd/MM/yyyy',
Should be:
format: 'MM.yyyy', fullFormat: 'dd.MM.yyyy',
In Russia, date format notation is not using slashes. Instead, they are using dots. https://en.wikipedia.org/wiki/Date_and_time_notation_in_Russia
Right now:
Should be: