CodBi
    Preparing search index...

    This Element-Placeholder Registers the "Date.Weekend"-EP along with a necessary CSS-Injection in the Document.head.

    The EP retrieves a Array < string > of all dates that're Weekends (Saturday & Sunday) between two optional Dates that may be specified. If just one parameter is specified it will be treated as the Ending-Date. No Parameter will generate a range of dates between today and today in a year.

    Config Parameter:

    1. Beginning of the range of dates to return unless it is the only parameter. In that case it specifies the end of the range, while the beginning is today.
    2. The end of the range.

    Initial Author: Callari, Salvatore (Callari@WaXCode.net) Maintainer: Callari, Salvatore (Callari@WaXCode.net)

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Checks all "params" for specific data (see Date_Weekends) and return an Array of Date-strings.

      Parameters

      • params: string[]

        The parameters for that Element-Placeholder (provided by CodBi).

      Returns string[]