Reputation: 1531
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
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?? :(
Upvotes: 1
Views: 879
Reputation: 1798
A Javascript library Moment Timezone may help you but you need to use it in combination with moment.js.
Upvotes: 1