Function DateCompareTriple

  • Compare two dates only by year, month, and day-of-month

    Returns

    if the two dates agree on the DateParts alone

    Parameters

    • d1: Date

      first date

    • d2: Date

      second date

    Returns boolean

Generated using TypeDoc