boredzo / iso-8601-date-formatter

A Cocoa NSFormatter subclass to convert dates to and from ISO-8601-formatted strings. Supports calendar, week, and ordinal formats.
http://boredzo.org/iso8601dateformatter/
Other
600 stars 140 forks source link

Can not use ISO8601DateFormatter #81

Open sisoje opened 6 years ago

sisoje commented 6 years ago

This works: self.time = unboxer.unbox(key: "time", formatter: DateFormatter())

But this does not: self.time = unboxer.unbox(key: "time", formatter: ISO8601DateFormatter())