質問

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?

役に立ちましたか?

解決

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

new Date(position.timestamp)
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top