iPhone OS: How do I create an NSDate for a specific date?
Posted
by nickthedude
on Stack Overflow
See other posts from Stack Overflow
or by nickthedude
Published on 2010-04-05T17:10:40Z
Indexed on
2010/04/05
17:13 UTC
Read the original article
Hit count: 306
Seems like a simple thing but I can't seem to find a way to do it.
I saw this but it doesn't seem to work:
NSDate *date = [NSDate dateWithNaturalLanguageString:@"07/17/07"];
It would be great to see a couple different methods.
Thanks,
Nick
© Stack Overflow or respective owner