On Mar 31, 2014, at 10:56 AM, D. Felipe Torres <[email protected]> wrote:
> NSDateFormatter *formatter = [[NSDateFormatter alloc] init]; > [formatter setDateFormat:@"yyyy-MM-dd'T'HH:mm:ss"]; > NSLog(@"Date from String: %@", [formatter dateFromString:@ > "2013-09-08T00:36:40"]); > > The log produces: Date from String: (null) It worked for me, in a Mac build running on 10.9.2: 2014-03-31 11:07:11.366 xctest[16765:303] Date from String: 2013-09-08 07:36:40 +0000 Are you running that exact code shown in your email? Or might your date string have a control character in it by accident? —Jens _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
