Possible Duplicate:
NSString to NSDate
iPhone: How to convert “yyyyMMddThhmmss” format string to NSDate?
How do I convert this format to NSDate ?
My string date format is: yyyy-m-d'T'H:m:ss
(no space between intervals).
Update:
2012-11-06T12:17:22.947 would be the string that I'd like to convert to NSDate
just paste this method in your .m file and then call this method with your stringDate..