donnarenia
Technical User
I am trying to write a report that will calculate a deadline date based on the actual start date of a project and end date of a project.
This is what I currently have
datevar x := {PROJECT.StartDate};
datevar y := {PROJECT.FinishDate};
datevar lastday := dateserial(year
,month
+1,+20);
but all it does not give me the information I need, it adds 20 days to my finishdate.
Can anyone help me find useful DateVar formulas to calculate days?
Thanks in advance
This is what I currently have
datevar x := {PROJECT.StartDate};
datevar y := {PROJECT.FinishDate};
datevar lastday := dateserial(year
but all it does not give me the information I need, it adds 20 days to my finishdate.
Can anyone help me find useful DateVar formulas to calculate days?
Thanks in advance