I have an NSDate that I get from a UIDatepicker.
IBOutlet UIDatePicker *dueDate;
NSDate *selectedDate = [dueDate date];
how do I retrieve the month from dueDate in the form of an int? (1 for Jan, 2 for Feb, etc)
|
|
I have an NSDate that I get from a UIDatepicker.
NSDate *selectedDate = [dueDate date]; how do I retrieve the month from dueDate in the form of an int? (1 for Jan, 2 for Feb, etc)
|
|||
|
|
|
|
|
|||
|
|
|
|
use |
||
|
|
|
|
|
||
|
|