iOS: How to get NSDate day, month and year in integer format? Ricardo 9:39If you want to get day, month and year components of NSDate in integer use this: NSDate * currentDate = [ NSDate date ]; NSCalendar * ...Read More