Skip to content

the format config is not work for datetime mode #2

@huangli201

Description

@huangli201

case 'date-time':
options.mode = 'datetime';
options.config = {
dateFormat: (d: Date): string => moment(d).format('LL'),
timeFormat: (d: Date): string => moment(d).format('LT')
};
dateFormat ,timeFormat is work fror datetime mode

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions