Pagerestructure
Posted: Sun Jun 26, 2016 7:03 am
Hello,
I have this code, which is designed to create a new dated workfile with weekly observations with an end date of today and a start date of 10 years ago
If I run this on the 26/06/2016, @now returns 25/06/2016.
How can I control the end date (and make it read 26/06/2016)?
Thanks.
I have this code, which is designed to create a new dated workfile with weekly observations with an end date of today and a start date of 10 years ago
Code: Select all
wfcreate u 1000
pagestruct(freq="w",start=2000,end=@now)
pagestruct(start=@now-521)
How can I control the end date (and make it read 26/06/2016)?
Thanks.