Praman — Agent-First SAP UI5 Test Automation Plugin - v1.2.0
    Preparing search index...

    Type Alias DateInput

    DateInput: Date | string

    Accepted date input: a Date object or an ISO date string.

    const d1: DateInput = new Date(2024, 0, 15);
    const d2: DateInput = '2024-01-15';