Question related to date format
Posted
by user217572
on Stack Overflow
See other posts from Stack Overflow
or by user217572
Published on 2010-04-16T12:14:43Z
Indexed on
2010/04/16
12:23 UTC
Read the original article
Hit count: 325
iphone
I have 1 string NSString *string = @"2010-04-16 15:42:58";
now i want to convert it to 16 april
So,my string will be converted to NSString *stringOutPut =@"16 April";
© Stack Overflow or respective owner