I have a huge confusion with date series.
I would like to have a series of DATES that I can add to my
Code: Select all
write() xx.csv DATES EXPORTVARIABLESBut instead of the date numbers (1999Q1, since I'm at quarterly frequency) I would like to control the date format, hence I cannot simply use the "dates" argument in the write function.
Code: Select all
series dates=@dateCode: Select all
@strdate("dd.mm.yyyy")Can anyone push me in the right direction here? Thanks a lot!
