Skip to content Skip to sidebar Skip to footer
Showing posts with the label Dayjs

Mocking Dayjs Extend

In my code that needs testing I use import dayjs from 'dayjs'; import utc from 'dayjs/p… Read more Mocking Dayjs Extend

How Can I Render Date In The Browser Using Day.js?

I want to render a date into the element using Dayjs. How do I go about doing this? I have dayjs i… Read more How Can I Render Date In The Browser Using Day.js?