I have a NSString like this 05/09/2015 then I want to convert it into this format 2014-07-28 18:30:00 +0000
that second date was the one that I get from the system date. That date can be placed nicely on Tapku calender. but my string is the first one. I want to convert that 1st date just like as the date format that im getting from the system date. How can I do that.
Please help me. Thanks
NSString to NSDate
And then you can convert it back to an NSDate or keep as an NSString.
See this: Click Here