Compiled Chronicles

A software development blog by Angelo Villegas

Tag: NSDateFormatter

  • NSDate & NSDateFormatter

    One of the commonly used classes in building iOS apps are the NSDate (which allows us to deal with dates) and, of course, NSDateFormatter (which allows us to format the date and time to be printed). It is very likely that somewhere in your app, you may need to work with a lot of dates…