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 [...]