Hi,
Currently I get NSCalenderDate in the format "2009.09.07 13:30" i.e. "yyyy.mm.dd hh:mm"
I want to convert the date format so that it shows the time in a 12hr format
i.e. "2009.09.07 1:30 PM",
How can I do this?
Also, can I extract the time component from the NSCalenderDate class ? or atlest convert it back to NSDate class?
Thanks for your help in advance.
Currently I get NSCalenderDate in the format "2009.09.07 13:30" i.e. "yyyy.mm.dd hh:mm"
I want to convert the date format so that it shows the time in a 12hr format
i.e. "2009.09.07 1:30 PM",
How can I do this?
Also, can I extract the time component from the NSCalenderDate class ? or atlest convert it back to NSDate class?
Thanks for your help in advance.