I want to develop a system for restaurant, which want to calculate time remaining in order(like 5 mints remaining in order of pizza),
I want to know what basic code be for this counter, like how can I use NSDate or any other class???
Please guide
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Get amount of seconds since a certain NSDate:
[NSDate date] returns the current NSDate object, and thats equal to the current date and time.