The options for creating an ISO datetime format function.

interface IOptions {
    missing?: string;
}

Properties

Properties

missing?: string

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

The default is ''.