I am trying to solve an issue for quite a long time.... i used almost all formats in objective C but not getting proper result.
I have below string coming from SQL server along with other data:
Aug 31 2015 14:40:11
I want to convert it like below:
8/31/2015 2:40 PM
My questions are:
Do i have to change the way DateTime field being send from sql ?
How i can achieve in Objective C ?