Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

if the "Day of the Month Due" is 29,30 or 31 which would result in an invalid date in some months then it will use the month end for that month.

 


for example

Example 3

  • Invoice date 1-22-2018
  • Day of the month due 29
  • Due next month is 30
  • Since 2-29-2018 is an invalid date - then end of the month date of 2-28-2018 would be used

...

  • Invoice date 1/31/2018
  • Day of the month due 29
  • Due next month is 30
  • Since 1/31/2018 is after the cutoff date of 30 - the due date will be in 2 months, 3-29-2018.

...