Question

When using the time stamp returned by phonegaps gps function it looks like this: 1369395556895.94.

How do I convert that to a real time?

Était-ce utile?

La solution

If you have a "position" object that contain the gps coordinates, try with this one:

new Date(position.timestamp)
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top