Hi SMEs;
I'd like to convert the following date format into epoch: yyyymmdd. E.g 20220508.
Any assistance would be appreciated!
Figured it out;
| eval reg_date=strptime(newdate, "%Y%m%d")
View solution in original post