Pregunta

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?

¿Fue útil?

Solución

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

new Date(position.timestamp)
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top