Ben
Ben

Reputation: 25807

How set Eastern Standard Time to Datepicker (jquery ui) - with javascript

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: 1625

Answers (2)

trickyzter
trickyzter

Reputation: 1591

As part of the configuration, you can set it's localisation.

http://jqueryui.com/demos/datepicker/#localization

Upvotes: 1

Ram
Ram

Reputation: 144689

you can use the jQuery Globalize plugin.

https://github.com/jquery/globalize/

Upvotes: 2

Related Questions