How we can format the duration in dayjs. · Issue #965 · iamkun/dayjs

I have tried o use this but it does not work import dayjs from 'dayjs'; import duration from 'dayjs/plugin/duration'; dayjs.extend(duration); const toTimeFormat = (milliseconds: number) => { return...