Hi all,
I have dates in my data like below. They show up like 12nov2022 00:00:00. I want to do something where I replace it to put "04nov2022 00:00:00" if whatever time if the date is missing. But I can't figure out how to do this. Can you assist? Thanks!
I have dates in my data like below. They show up like 12nov2022 00:00:00. I want to do something where I replace it to put "04nov2022 00:00:00" if whatever time if the date is missing. But I can't figure out how to do this. Can you assist? Thanks!
Code:
* Example generated by -dataex-. For more info, type help dataex clear input double reldate 1964248199999.9998

Comment