开发者

Date description

How can I retrieve the dates of my events f开发者_如何学编程rom my iPhone? I've just got an sqlitedb file left. Which was luckily stored on my pc. But how do I decipher which date and time it is?

Below is the table of my calendar...

http://img696.imageshack.us/i/calendersqlite.jpg/


SQLite knows different ways to encode a date. I would use a reader like this http://code.google.com/p/sqlite-manager/ which could help. Have a looke here http://www.sqlite.org/datatype3.html (1.2) maybe you can find whihc format is used in your case.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜