Dear all
I would like to separate time and date and have the final output in numeric form.
Thanks a lot for your help.
I would like to separate time and date and have the final output in numeric form.
Code:
* Example generated by -dataex-. To install: ssc install dataex clear input str26 q2_start_time "2016-11-08T10:39:38.643+03" "2016-11-08T11:40:12.518+03" "2016-11-08T11:41:36.654+03" "2016-11-09T09:24:14.477+03" "2016-11-09T10:11:58.300+03" "2016-11-09T10:50:00.873+03" "2016-11-09T11:19:39.984+03" "2016-11-09T11:49:55.398+03" "2016-11-09T12:15:10.411+03" "2016-11-09T12:53:27.624+03" end
Thanks a lot for your help.
Comment