How to convert a string into an NSDate?
Posted
by dontWatchMyProfile
on Stack Overflow
See other posts from Stack Overflow
or by dontWatchMyProfile
Published on 2010-06-18T14:13:40Z
Indexed on
2010/06/18
14:23 UTC
Read the original article
Hit count: 146
iphone
Let's say I have something like 30-10-2025 12:53
, how could I convert that to an NSDate? I guess there's some class that takes this plus an format string that tells it how the date looks as a string, so it can parse it... where must I look?
© Stack Overflow or respective owner