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.
