Possible Duplicate:
How to Check if an NSDate occurs between two other NSDates
In my application i have got the time in string like this,
starttime(string) : 10:00 AM
endtime(string) : 12:22 PM
My current time is 11.55 AM
How can i check my current time is between starttime and endtime?