Hi, I have a text field where I can enter my date of birth in "MM/dd/yyyy" format. I want to process this data by adding/subtracting years, months, days, hours etc. Please let me know how to do it.
NSDate is not offering methods to add/subtract days,years, months etc. Is there any other class that I can use?
--satyam.
NSDate is not offering methods to add/subtract days,years, months etc. Is there any other class that I can use?
--satyam.