Search code examples
javascripthtmlcordovatimezonetimestamp-with-timezone

convert server timestamp to local timestamp


Am working in HTML5 + Phonegap - Android Application. Currently am facing a problem in convert server timestamp to local timestamp

From my server i get Datetime : 2014-02-07 00:01:15 and Timestamp : America/New_York

I want to convert the given time to my device Timestamp.

I got an another Question same like my requirement Convert date to another timezone in JavaScript and I tried this but its failed! I got this error in Eclipse enter image description here

I think its a small issue but didnt get a solution for this !! Please help me..

or anyone can suggest any other method for the same?? :(


Solution

  • A Javascript library Moment Timezone may help you but you need to use it in combination with moment.js.