Pergunta

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?

Foi útil?

Solução

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

new Date(position.timestamp)
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top