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?

Was it helpful?

Solution

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

new Date(position.timestamp)
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top