Hello again,
Im trying to add days or hours to a due date:
Is this the best way? {{ $node[‘Update Deal’].json.update_time.plus({days: 12})}}
and hours {{ $node[‘Update Deal’].json.update_time.plus({hours: 12})}} ?
Thank you
Hello again,
Im trying to add days or hours to a due date:
Is this the best way? {{ $node[‘Update Deal’].json.update_time.plus({days: 12})}}
and hours {{ $node[‘Update Deal’].json.update_time.plus({hours: 12})}} ?
Thank you
That’s my preferred method.
However, you could also utilize the “Date” node for adding or subtracting time from a date.