I want to get day, month and year components of NSDate in integer form i.e. if the date is 1/2/1988 then I should get 1, 2 and 1988 separately as an integer. How can I do this in iPhone? I found similar question but the method descriptionWithCalendarFormat: gives warning and seems to be deprecated by now.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Here you are,
You can use NSDateComponents for that as above. Please visit this page for details. Hope it helps. |
|||||||||
|
|
Yes by the use of NSCalendar, though, i think this will make your work.
|
||||
|
|
|
You can use NSDateComponents to get this,
|
|||
|
|
|
U can try this .......
|
|||
|
|

