zeinabsayyadi

Results 3 comments of zeinabsayyadi

> You need to add the advancedFormat plugin https://day.js.org/docs/en/plugin/advanced-format > > ```js > var advancedFormat = require('dayjs/plugin/advancedFormat') > dayjs.extend(advancedFormat) > dayjs('2023-09-01T08:12:16.468+00:00').format('x') > ``` I have the same issue, I added...

> **Describe the bug** A clear and concise description of what the bug is. > > I have a dayjs config file where I extend all the plugins I need...

Hi @iamkun Could you please take a look at this issue? I'm experiencing a similar problem and would appreciate your insight. when using the minMax plugin in a Next and...