Is there any method provided by Apple or any technique that can convert a time_t type variable to an NSDate object?
A:
NSDate *someDate = [NSDate dateWithTimeIntervalSince1970:some_time_t]
Dave Kilian
2010-06-02 03:12:55
Thanx for the help!
thyrgle
2010-06-02 04:00:45