I want to compare the todays date and other date coming from my database. For example, 2011-03-25 compare it with 2011-02-25
How can i formate my database date as t
You can use NSDate compare: or timeIntervalSinceReferenceDate -- that'll get you started