Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DEV and version next
Excerpt

This example illustrates how to

...

calculate the number of days that have elapsed between the order date and today

...

.

Function:

D generate list excerpts
pagesDATEDIF Function,TODAY Function,IF Function

Source:

For the orders in the following set, you want to charge interest for those ones that are older than 90 days.

...

OrderIdOrderDateAmountTodayTakeAction
10011/31/16100003/03/16no action
100211/15/15105003/03/16Charge interest
100312/18/15100003/03/16Send letter
10041/15/16100003/03/16Send letter

D s also
labelexample_datedif_function