Crooked Spin

Archive for June, 2006

Programming

June 14, 2006

Date formatters

I ran into the new mode of operation for NSDateFormatter for the first time tonight and I’m really happy about the changes.  Formatting a date using the format the user configured in the International preferences panel in System Preferences is now 2 lines of code.  You don’t have to look up the format strings in [...]