What is the best way to get client's timezone and convert it to some other timezone when using moment.js and moment-timezone.js
I want to find out what is clients timezone and later convert his date and time into …
How do i extract the time using moment.js?
"2015-01-16T12:00:00"
It should return "12:00:00 pm".
The string return will be passed to the timepicker control below.
http://jdewit.github.com/bootstrap-timepicker
Any idea?
Date received from server is in UTC timezone and I need to convert it to a particular timezone, for example : America/New_York .Following is the code for same
<span class="bold" ng-bind="sess.date_time | amTimezone:'America/New_…