UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

6 lines (4 loc) 117 B
import dayjs from 'dayjs' export function formatDate (timeFormat, date) { return dayjs(date).format(timeFormat) }