NSDate(ISO8601) Category Reference
Declared in | NSDate+ISO8601.h NSDate+ISO8601.m |
Overview
Copyright © 2015, Lime - HighTech Solutions s.r.o. (www.lime-company.eu).
All rights reserved. This source code can be used only for purposes specified by the given license contract signed by the rightful deputy of Lime - HighTech Solutions s.r.o. This source code can be used only by the owner of the license.
Any disputes arising in respect of this agreement (license) shall be brought before the Municipal Court of Prague.
Class Methods
dateFromISO8601String:
Convert the ISO 8601 string to NSDate.
+ (NSDate *)dateFromISO8601String:(NSString *)dateString
Parameters
- dateString
String representing a date in ISO 8601 format.
Return Value
NSDate object with the date supplied in “dateString” parameter.
Discussion
Convert the ISO 8601 string to NSDate.
Declared In
NSDate+ISO8601.h