string and date
Posted: Fri Nov 20, 2015 7:55 am
Hi !
I'm struggling to understand how string and date are working in EViews.
For instance, I would like to use @otod to define the first date of sample
I wrote
EViews says that @otod(23) is an illegal date.
Following help, I've tested
EViews says that %date is an illegal date
I've also tried :
But Eviews says that %date is not a correct string or date.
How to deal with date and string ? When does EViews consider a string to be a valid date ?
Any help would be grateful, many thanks.
Loulouviews
I'm struggling to understand how string and date are working in EViews.
For instance, I would like to use @otod to define the first date of sample
I wrote
Code: Select all
smpl @otod(23) %date_endFollowing help, I've tested
Code: Select all
%date=@otod(1)
smpl %date %date+1I've also tried :
Code: Select all
%date=@otod(1)
smpl {%date} {%date}+1How to deal with date and string ? When does EViews consider a string to be a valid date ?
Any help would be grateful, many thanks.
Loulouviews