Answer the question
In order to leave comments, you need to log in
How to change language in input Datepicker?
codepen.io/rinatoptimus/pen/WQymGR - the input is English, the Datepicker itself is in Russian. How to change language in input? Tried different options, none worked.
Answer the question
In order to leave comments, you need to log in
Try to form the date like this:
new Date().toLocaleString('ru', {
year: 'numeric',
month: 'long',
day: 'numeric'
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question