Hello everyone,
Can someone help me with converting the dates that I have in my data. Here, I have dates in the form of "18.11.2020 00:48:07" and I want to convert to something like "18nov2020 00:48:07". Also, The original variable is string can I convert it to float?
Thank you for your time
Can someone help me with converting the dates that I have in my data. Here, I have dates in the form of "18.11.2020 00:48:07" and I want to convert to something like "18nov2020 00:48:07". Also, The original variable is string can I convert it to float?
Thank you for your time
Code:
* Example generated by -dataex-. For more info, type help dataex clear input str19 open_date "18.11.2020 00:48:07" "18.11.2020 00:48:07" end
Comment