ちょっと分からなかったのでメモ。
Evernote APIでEDAMNoteを取得して、ノートの作成日をNSDateにする方法。
EDAMNote *note がノートのデータ。
NSTimeInterval timestamp = [note created];
NSDate *date = [NSDate dateWithTimeIntervalSince1970:(timestamp / 1000.0)];
timestampを1000.0で割るのを忘れて不思議な年月日になってたw
Tweet- Newer: Happynote Ver1.1をリリースしました
- Older: Happynoteセール中だよ
Comments:0
Trackbacks:0
- TrackBack URL for this entry
- http://www.hirano-dept.com/mt/mt-tb.cgi/129
- Listed below are links to weblogs that reference
- iPhone: EDAMTimestamp からNSDateを作る from 袖触れ合うも多少の縁