CodBi
    Preparing search index...

    Provides the Date_Min.functionality.

    Maintainer: Callari, Salvatore (Salvatore.Callari@Ansbach.de)

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Forces the tagged HTMLInputElement to only accept Dates that are at least a certain amount of years/months/weeks in the past as valid strings.

      • Minimum: The amount of years/months/weeks (depending on the Unit set) in the past the tagged HTMLInputElement's entered Date got to be in order to be valid as a string.
      • Reverse: Reverse the logic of this functionality in order to permit Dates up to a certain one (defaults to: FALSE).
      • MsgHigher: The error message to show if the "minimum" is not enough years in the past or the corresponding message for also when Reverse is set to TRUE. "[%ERROR_DATE%]" within that string will be replaced with the minimum Date-String that is valid.
      • Delimiter: The string separating the day, month & year. Defaults to: ".".
      • Unit: A string-character specifying what unit Minimum is of. Either d, w, m, y ( defaults to: y).

      Parameters

      • toLoad: { [key: string]: unknown }
      • toProcess: Element

      Returns void