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