Posts by versluis

How to create an NSDate object

Posted on Apr 29, 2013

The easiest way to create an NSDate object is to create “right now” with our convenience method date: NSDate *myDate = [NSDate date]; But if you want to create a date object with a date such as...

Learn More