UNPKG

@mcdevsl/mc-superset-ui

Version:
19 lines (16 loc) 472 B
import createMultiFormatter from '../factories/createMultiFormatter'; const smartDateFormatter = createMultiFormatter({ id: 'smart_date_verbose', label: 'Verbose Adaptative Formatting', formats: { millisecond: '.%L', second: '%a %b %d, %I:%M:%S %p', minute: '%a %b %d, %I:%M %p', hour: '%a %b %d, %I %p', day: '%a %b %-e', week: '%a %b %-e', month: '%b %Y', year: '%Y', }, }); export default smartDateFormatter;