How would you increment a date by a day in transformer?

1 comment:

  1. Change the date into Julian day and then add 1 to the value. Now change it back to the date. This way you can add one day in any date. Same can be done to substract the day from any date.

    ReplyDelete