I have an NSDate that I get from a UIDatepicker.
IBOutlet UIDatePicker *dueDate; NSDate *selectedDate = [dueDate date];
How do I retrieve t
use -[NSCalendar components:fromDate:] for instance the example here:
-[NSCalendar components:fromDate:]
http://developer.apple.com/iphone/library/documentation/Cocoa/Reference/Foundation/Classes/NSCalendar_Class/Reference/NSCalendar.html