Hi, need a help here,
I have a variable like this:
How do I convert it to numerically encoded Stata dateTime format, without splitting the string variable ?
thks,
I have a variable like this:
Code:
clear input str25 createdat "2021-11-24T16:47:22+00:00" "2021-11-24T19:14:59+00:00" "2021-11-25T11:39:15+00:00" "2021-11-25T11:40:04+00:00" "2021-11-29T12:58:02+00:00" "2021-11-29T13:48:38+00:00" "2021-11-29T19:59:05+00:00" end
thks,
Comment