I am retrieving date from UIDatePicker ,now i want to convert in to wed, Dec29 12:30pm
format ,
I also want to set that date to UIPickerView’s current display date
I am retrieving date from UIDatePicker ,now i want to convert in to wed,
Share
You can use this code,its exactly what you want
str1 is the date fetched in default format…
Have fun!