Hello,
I have a dataset with a date variable that has the following form: 29FEB2016
I know that the next steps of the code would be something like
But i somehow struggle to change the date above into a daily stata format.
Many thanks in advance!
I have a dataset with a date variable that has the following form: 29FEB2016
I know that the next steps of the code would be something like
Code:
format date %td gen dateq=qofd(reference_date) format dateq %tq
Many thanks in advance!
Comment