Interface JDateFormatParams

interface JDateFormatParams {
    displayTime?: boolean;
    prefix?: string;
}

Properties

displayTime?: boolean
prefix?: string