A arnieterm macrumors regular Original poster Aug 28, 2008 201 0 Oct 21, 2008 #1 While reading a plist file, I am gettting a date value as double. How can I convert it to NSDate? Any idea?? Thanks
While reading a plist file, I am gettting a date value as double. How can I convert it to NSDate? Any idea?? Thanks
robbieduncan Moderator emeritus Jul 24, 2002 25,611 893 Harrogate Oct 21, 2008 #2 How long is a piece of string? Unless you know what the double represents in terms of time this is impossible. Is it the number of milliseconds since a particular date/time? If so what date/time?
How long is a piece of string? Unless you know what the double represents in terms of time this is impossible. Is it the number of milliseconds since a particular date/time? If so what date/time?
A arnieterm macrumors regular Original poster Aug 28, 2008 201 0 Oct 21, 2008 #3 It is the date field [last visited date] in the SuspendState.plist file which I am getting in numeric format. Thanks
It is the date field [last visited date] in the SuspendState.plist file which I am getting in numeric format. Thanks