Hi all,
I would like to have this variable, which is string but represents a daily date, contain dates only as the number of days since 1st of January 1960 (i.e. following the format 16252 already in the dataset). So the format MM/DD/YYYY must be changed, and instead reflect the number of days since 1st of January 1960.
How could I do this?
Many thanks in advance!
Code:
input str10 expectCompleteDt "" "1/1/2014" "1/1/2022" "1/1/2022" "1/1/2022" "16252"
How could I do this?
Many thanks in advance!
Comment