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

Move ivars to implementation #28

Open boredzo opened 11 years ago

boredzo commented 11 years ago

This is part of the modernization that is more broadly covered by #21.

boredzo commented 8 years ago

This was reverted in 0.8 because it broke compatibility with legacy-runtime environments. 1.0 will drop support for those (it will be 0.9 minus that support), so this goes there.