Expression Language Reference
    Preparing search index...
    • Returns the number of whole workdays between two dates.

      Category: Date and time

      Parameters

      • start_date: any

        A date that represents the start date.

      • end_date: any

        A date that represents the end date.

      • holidays: any

        Optional. An optional range of one or more dates to exclude from the working calendar, such as state and federal holidays and floating holidays. The list can be either a range of values that contains the dates or an array constant of the serial numbers that represent the dates.

      Returns number | Error