Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.
SOLVED

Fusion to substract days

Avatar

Level 3

Hi, I’m stuck on something - how do you use Fusion to subtract x days from a planned completion date? I can see there’s an addDays function, but nothing for subtracting. Is there a workaround for this?

ab_cdef_0-1744221656382.png

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
2 Replies

Avatar

Correct answer by
Community Advisor

Avatar

Level 3

Awesome! There is actually an example with the negative number:

 

addDays(2016-12-08T15:55:57.536Z;-2)

Returns 2016-12-6T15:55:57.536Z

 

Thanks!