Page 1 of 1

change date format in pagesave

Posted: Tue Nov 03, 2020 12:35 pm
by BT454
Hi!
Is there a way I can change the date format that accompanies data when using pagesave?
I'd like for the date to appear as yyyy-mm-dd
Thanks!
Bob

Re: change date format in pagesave

Posted: Tue Nov 03, 2020 12:45 pm
by EViews Gareth
Create an alpha series with the date format you want:

Code: Select all

alpha mydate = @datestr(@date, "YYYY-MM-DD")
then use the noid option on pagesave to not have EViews save the date, and save mydate instead.