I have a date variable called createdon stored as double in %tcnn/dd/ccYY_hh:MM format. How do I create a variable that is just the date?
The code and error is below.
gen date_sif = date(createdon)
invalid syntax
r(198);
The code and error is below.
gen date_sif = date(createdon)
invalid syntax
r(198);
Comment