Praman — AI-First SAP UI5 Test Automation Platform - v1.0.1
    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';