I have an NSString date (@"Mon, 01 Feb 2010 20:25:37 +0000") that I want to change into a timestamp so that I can better calculate how much time has elapsed from the current time. How can I change the NSString date into a timestamp value?
I have an NSString date ( @Mon, 01 Feb 2010 20:25:37 +0000 ) that
Share
Haven’t fully tested this out but it should do the trick.