I have a string column (survey_completed_time) with dates in the following format,
survey_completed_time
Tue Apr 11 07:56:31 UTC 2017
11/25/2015 6:34
desired result,
survey_completed_time
11-Apr-2017
25-Nov-2015
I want to convert this to a datetime column with the format 11-Apr-2017. How can I achieve this in Stata?
survey_completed_time
Tue Apr 11 07:56:31 UTC 2017
11/25/2015 6:34
desired result,
survey_completed_time
11-Apr-2017
25-Nov-2015
I want to convert this to a datetime column with the format 11-Apr-2017. How can I achieve this in Stata?
Comment