I have a string variable containing dates "17-Jan-24" in this format. How to get this variable into a date format? Any help regarding this would be highly appreciated.
-
Login or Register
- Log in with
gen wanted = daily(date, "DMY", 2025) format wanted %td
help daily()
Comment