Reputation: 3041
I want to populate jQuery calendar with user timezone. Is there any solution in asp.net?
Upvotes: 2
Views: 384
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