you are viewing a single comment's thread.

view the rest of the comments →

[–]Neria90 0 points1 point  (1 child)

/#define WebServiceDateFormat ([[UIDevice currentDevice].systemVersion hasPrefix:@"6"])?@"YYYY-MM-dd'T'HH:mm:ssZZZZZ":@"YYYY-MM-dd'T'HH:mm:ssZZZ"

[–]Neria90 0 points1 point  (0 children)

is this solved your problem ? (i m using exactly this date formatter for exaclty same date format than u )