0

My requirement is to get the date and time by passing the timezone using the javascript.

Is there any javascript function by which i can achieve this?

user1591156
  • 1,945
  • 4
  • 18
  • 31

1 Answers1

0

it can get pretty complicated but there is a good js library you can use https://bitbucket.org/pellepim/jstimezonedetect/wiki/Home

James Daly
  • 1,357
  • 16
  • 26
  • also you can reference this question as well http://stackoverflow.com/questions/2853474/can-i-get-the-browser-time-zone-in-asp-net-or-do-i-have-to-rely-on-js-operations – James Daly Mar 28 '13 at 23:54