I am fresher to ios. I want to change the textField entered date(mm/dd/yyyy) format to (yyyy/mm/dd) and store the resulted date in a string. Would you please help me in this problem.
For example if i will enter date in textField like 11/23/2013(mm/dd/yyyy). It has to change to 2013/11/23(yyyy/mm/dd) and store it in a string. Thanks in advance.