How do you compare the current date with another date in iPhone programming..
eg:
Date1= 1-10-2008
Date2=15-06-2009.
i want know Date1 is a future date or a past date..?
pls help me with code...
thanks and regards.. raju
|
|
How do you compare the current date with another date in iPhone programming.. eg: Date1= 1-10-2008 Date2=15-06-2009. i want know Date1 is a future date or a past date..? pls help me with code... thanks and regards.. raju
|
|||
|
|
|
|
Cocoa has couple of methods for this: in NSDate
When you use
example:
|
|||
|
|
|
|
If you make both dates
You can take a look at the docs here. |
||
|
|
|
|
In Cocoa, to compare dates, use one of Documentation: |
||
|
|