nsdate helper
coming from a ruby background i’ve found objective c to be painfully verbose for most things, unsurprisingly including working with date objects. this helper class i found on github helps simplify many common tasks when dealing with NSDate conversion, formatting, and rounding (i.e. beginningOfDay). here is the full list of methods that it offers.