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
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
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 .......
|
|||
|
|

