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

Instance Methods

toISO8601String

Convert the date to ISO 8601 string.

- (NSString *)toISO8601String

Return Value

String representing the date in ISO 8601 format.

Discussion

Convert the date to ISO 8601 string.

Declared In

NSDate+ISO8601.h