Tagged Questions
0
votes
3answers
405 views
Jquery datapicker localization using globalize plugin
Is it possible localize jquery datapicker using globalize plugin (https://github.com/jquery/globalize)?
I tried in this way
// get a date format
var dt = Globalize.culture().calendar.patterns.d;
...