NSDateFormatter(ETFramework) Category Reference
| Declared in | ETObject.h |
Overview
NSDateFormatter (ETFramework) is a category that easily provides pre-defined NSDateFormatter objects using caching to avoid overhead when generating new formatters.
Class Methods
ETDefaultDateFormatter
Returns a cached NSDateFormatter (if not cached then creates a new one) with the following format @"yyyy'-'MM'-'dd'T'HH':'mm':'ss'Z'".
+ (NSDateFormatter *)ETDefaultDateFormatterReturn Value
NSDateFormatter with the following pre-defined format: @"yyyy'-'MM'-'dd'T'HH':'mm':'ss'Z'".
Declared In
ETObject.hETDefaultJSONDateFormatter
Returns a cached NSDateFormatter (if not cached then creates a new one) with the following format @"yyyy-MM-dd'T'HH:mm:ss'Z'".
+ (NSDateFormatter *)ETDefaultJSONDateFormatterReturn Value
NSDateFormatter with the following pre-defined format: @"yyyy-MM-dd'T'HH:mm:ss'Z'".
Declared In
ETObject.h