I have the value of the epoch time like say 123456789, now I want to convert this into NSDate in cocoa framework. Can anyone show me?
NSDate
thanks
Documentation is your friend!
NSDate* date = [NSDate dateWithTimeIntervalSince1970:123456789];