Prasanth
Prasanth

Reputation: 3041

Populate jQuery calendar with user timezone

I want to populate jQuery calendar with user timezone. Is there any solution in asp.net?

Upvotes: 2

Views: 384

Answers (1)

Josh
Josh

Reputation: 44916

If you send all your DateTime info down to the client using UTC format, then you can use a library like jsTimeZoneDetect to work out the difference.

Upvotes: 1

Related Questions