-
Hi there. I am having trouble in the following scenario:
When I set the default timezone, using dayjs.tz.setDefault("America/New_York") and then create new object using
the dayjs() constructor, the …
-
**Describe the bug**
While creating a project I have used dayjs as
`import dayjs from 'dayjs';
`
I have added dayjs in peerDependencies of my project.
While it works perfectly in the same pro…
-
as in the title, I got this error when trying to display my website on mobile.
this is my code:
`import { useRef, useState, useEffect } from 'react'
import FullCalendar from '@fullcalendar/react'…
-
### material-react-table version
N/A
### react & react-dom versions
N/A
### Describe the bug and the steps to reproduce it
https://www.material-react-table.com/docs/examples/advanced
Check the…
-
### Environment
- Operating System: Windows_NT
- Node Version: v20.17.0
- Nuxt Version: 3.13.2
- CLI Version: 3.13.2
- Nitro Version: 2.9.7
- Package Manager: npm@10.8.2
- Buil…
-
### Package version
2.1.0
### Describe the bug
When validating a date with a format containing the symbol `Z` (see https://day.js.org/docs/en/display/format#list-of-all-available-formats) it …
-
Exception:
```
node:internal/process/promises:246
triggerUncaughtException(err, true /* fromPromise */);
^
TypeError: Cannot set property '$timezone' of undefined
at M.…
-
**Describe the bug**
I haven't upgraded since `1.11.7` because of various bugs, and this is the big one now:
Sample code:
```javascript
const dayjs = require('dayjs')
dayjs.extend(require('…
-
**Describe the bug**
For some reason, my date is not valid but format is correct.
```
import dayjs from "dayjs";
import customParseFormat from "dayjs/plugin/customParseFormat";
dayjs.extend(cus…
-
I have an issue accessing `guess` with the timezone for Nuxt 3.
config:
```
export default defineNuxtConfig({
modules: ['dayjs-nuxt'],
dayjs: {
locales: ['en'],
plugins: ['relat…