NSDateFormatter(EFMapping) Category Reference
Declared in | NSDateFormatter+EFMapping.h NSDateFormatter+EFMapping.m |
Tasks
-
+ ef_rfc3339DateFormatter
Returns a date formatter for RFC 3339 date time string (see http://tools.ietf.org/html/rfc3339 ). Note that this does not handle all possible RFC 3339 date time strings, just one of the most common styles: “2014-06-01T09:34:45Z”.
Class Methods
ef_rfc3339DateFormatter
Returns a date formatter for RFC 3339 date time string (see http://tools.ietf.org/html/rfc3339 ). Note that this does not handle all possible RFC 3339 date time strings, just one of the most common styles: “2014-06-01T09:34:45Z”.
+ (instancetype)ef_rfc3339DateFormatter
Return Value
RFC 3339 Date formatter
Discussion
Returns a date formatter for RFC 3339 date time string (see http://tools.ietf.org/html/rfc3339 ). Note that this does not handle all possible RFC 3339 date time strings, just one of the most common styles: “2014-06-01T09:34:45Z”.
Declared In
NSDateFormatter+EFMapping.h