UNPKG

epn-ui

Version:

Дизайн система кабинета ВМ

8 lines (5 loc) 145 B
import dayjs from 'dayjs'; var format = function (date, template) { return dayjs(new Date(date)).format(template); }; export { format };