interface UserOptions {
    date_format?: string;
    decimal_separator?: string;
    thousand_separator?: string;
    time_format?: string;
}

Properties

date_format?: string
decimal_separator?: string
thousand_separator?: string
time_format?: string