Possible Duplicate:
How to compare two dates in Objective-C
I'd like to pop up a message in one of my apps when the date is in the range of two dates (e.g. the holiday period)
So like
if(dateInRangeof:date1, date2){True}else{false}
Looking for any code snippets or apis to look at. Cheers