I\'m looking to get the current hour and minute on a user\'s iPhone for display in an app that doesn\'t show the status bar. Is there a simple way to do this?
See this similar question for an answer. You will have to change it to your date format.
[[NSDate date] timeIntervalSince1970];