User - Stack Overflowmost recent 30 from stackoverflow.com2009-11-28T10:57:57Zhttp://stackoverflow.com/feeds/user/58338http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/181459/is-there-a-better-way-to-find-midnight-tomorrow/860379#8603791Answer by geekydevjoe for Is there a better way to find midnight tomorrow?geekydevjoe2009-05-13T20:55:38Z2009-05-13T20:55:38Z<p>[NSDate dateWithNaturalLanguageString:@"midnight tomorrow"];</p>
http://stackoverflow.com/questions/181459/is-there-a-better-way-to-find-midnight-tomorrow/860379#860379Comment by on Is there a better way to find midnight tomorrow?2009-05-14T19:29:36Z2009-05-14T19:29:36ZThanks, i was looking for a better solution too since the iPhone sdk doesn't like when I use it, but it still works for now :)