I have used date picker in my iPad App but the output of date is coming as 开发者_开发技巧
2011-03-07 06:07:03 +0000
Is there any way to format the time? The above time output is shown when i gave input time as 11:35 AM
Have a look at NSDateFormatter. There's also a date formatting guide.
精彩评论