zeed
    Preparing search index...

    Function setDayTest

    • Enable test mode for date functions by forcing "today" to a fixed day value.

      Use a numeric DayValue like 20000101 (YYYYMMDD). This is intended for tests to make date-based logic deterministic. Call with no args to reset.

      Parameters

      • ts: number = 20000101

        day to use as "today" in YYYYMMDD format (default: 20000101)

      Returns void