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
But when setting $.datepicker.setDefaults($.datepicker.regional['myregioncode']);
It does not take any values from my language file. I´ve tried it with the standard ui datepicker, and it works well, so I know (or at least I think :)) I´m doing it right.
Do I have to set all values programatically as in your example, or am I missing something?
The text was updated successfully, but these errors were encountered:
Tour call will be for the date picker, you need to make the similar call for the timepicker. Have a look at some of the localization files in the dev branch:
Thx for answering so swiftly. Just went codeblind :) None of the other coders managed to see the missing : in my language file. Goes to show that one should wait at least a day before posting an issue :)
Awesome control :)
But when setting$.datepicker.setDefaults($ .datepicker.regional['myregioncode']);
It does not take any values from my language file. I´ve tried it with the standard ui datepicker, and it works well, so I know (or at least I think :)) I´m doing it right.
Do I have to set all values programatically as in your example, or am I missing something?
The text was updated successfully, but these errors were encountered: