import dayjs from 'dayjs'; const dateformat = (date) => dayjs(date).format('DD.MM.YYYY - HH:mm'); export default dateformat;