How do I determine whether an NSDate (including time) has passed? I need to basically compare today's date to a date in the db but am stumped.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Try this:
|
|||||
|
|
You can use
to get an NSDate object representing the current time and date. Then compare that to the date you are analysing, for example:
you can use this to compare any two dates. Hope this helps. |
|||||||||
|
|
you need to use an NSDate comparison, many answers on here will assist you. logic will need tweaking, but this should set you in the right direction:
usage:
|
||||
|
|