Reputation: 25827
How set Eastern Standard Time to Datepicker (jquery ui) - with javascript. (I know way only with server and not client side (not looks possible for me, but maybe i wrong))
Thanks
Upvotes: 0
Views: 1627
Reputation: 1591
As part of the configuration, you can set it's localisation.
http://jqueryui.com/demos/datepicker/#localization
Upvotes: 1
Reputation: 144739
you can use the jQuery Globalize plugin.
https://github.com/jquery/globalize/
Upvotes: 2