Hi, I'm trying to covert a string time variable e.g. "25/08/2015 18:19" into a form that I can set in a time series? any help would be greatly appreciated.
I have tried to use gen newvarname = clock(var1, "YMDhm") but i get a type mismatch error.
Cheers,
Daniel
I have tried to use gen newvarname = clock(var1, "YMDhm") but i get a type mismatch error.
Cheers,
Daniel
Comment