Format a date from a string
Posted
by Emil
on Stack Overflow
See other posts from Stack Overflow
or by Emil
Published on 2010-05-30T15:10:56Z
Indexed on
2010/05/30
15:12 UTC
Read the original article
Hit count: 260
Hey.
I'm trying to format a date from a string into another format.
For example: 2012-05-29 23:55:52
into 29/05 *newline* 2010
.
I just don't get the logics behind NSDate and NSDateFormatter, I think..
Any help will be appreciated. Thanks :)
© Stack Overflow or respective owner