Page 1 of 1

Getting date not to skip the 0s

Posted: Mon Jun 29, 2015 1:58 pm
by miorinnovo
Hi, in this post http://forums.eviews.com/viewtopic.php?f=5&t=12573 Gareth suggested using the code: @datestr(mydateseries, "yyyymmdd")

When I do this the months and days that start with a zero only show 1 digit. for example january 1 2015 is 201511 instead of 20150101.

Any idea how to get the 0's to show up?

Thanks

Re: Getting date not to skip the 0s

Posted: Mon Jun 29, 2015 2:03 pm
by EViews Gareth
@datestr(mydateseries, "YYYYMMDD")

Re: Getting date not to skip the 0s

Posted: Tue Jun 30, 2015 11:20 am
by miorinnovo
Thanks Gareth!