Just use now.plusDays(3)
without the toString
or if that doesn’t work use new DateTimeType(now.plusDays(3))
.
1 Like
Just use now.plusDays(3)
without the toString
or if that doesn’t work use new DateTimeType(now.plusDays(3))
.