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 believe this is because those dates are passed back from moment and it's locale isn't set to Russian. I am having the same issue. Maybe look at #282 for a fix.
Also I think you should use moment with locales for it to work.
vonBarbarosa
added a commit
to vonBarbarosa/jquery-date-range-picker
that referenced
this issue
Apr 30, 2018
my config:
{
autoClose: true,
singleDate : true,
showShortcuts: false,
language:'ru',
format: 'D MMMM'
}
but in textbox i see: "21 January" instead of "21 Января"
The text was updated successfully, but these errors were encountered: