The options for creating a date format function.

interface IOptions {
    missing?: string;
}

Properties

Properties

missing?: string

The text to use for a null or undefined data value.

The default is ''.