How would I format a NSDateFormatter
to create a date from the following format?
Sat May 16 13:45:36 2015
The part of Sat May 16
is the part that I am unsure how to do
I know the last part would be HH:mm:ss yyyy
How would I format a NSDateFormatter
to create a date from the following format?
Sat May 16 13:45:36 2015
The part of Sat May 16
is the part that I am unsure how to do
I know the last part would be HH:mm:ss yyyy