-
**Describe the bug**
Trying to use relative time formatting for relative times less than a minute throws an error:
```
asynchronous error TypeError: v is not a function
at Object.n.fromToBase …
-
**Versions** ngx-daterangepicker-material v 5.0.2
* Angular version: 14.0.4
* component version:
**Describe the bug**
Warning: Entry point 'ngx-daterangepicker-material' contains deep imports…
-
**Describe the bug**
Typescript complains that `"quarter"` and `"isoWeek"` are not assignable to parameter of type `DurationUnitType` when using the `isoWeek` and `quarterOfYear` in combination with …
-
**Describe the bug**
`dayjs.duration(1, 'months')` is converted to `dayjs.duration(30, 'days')` internally by duration plugin.
so `dayjs('2020-10-01').add(dayjs.duration(1, 'months'))` returns `dayj…
-
logs:
```
ERROR in ./.yarn/__virtual__/antd-dayjs-webpack-plugin-virtual-801a2ea2c9/4/C:/Users/liyunhe6/AppData/Local/Yarn/Berry/cache/antd-dayjs-webpack-plugin-npm-1.0.6-a748d76f6d-8.zip/node_mo…
-
**Describe the bug**
When parsing a timestamp using `utc()` the Milliseconds part is interpreted incorrectly.
The timestamp is from a postgresql database. pgsql datatype is "timestamp without time z…
-
Calls to "toLocaleString" in the timezone plugin is extremly slow:
https://github.com/iamkun/dayjs/blob/ed9629b5ab2895652111fc854e6081422ed5c010/src/plugin/timezone/index.js#L99
The same problem w…
-
**Describe the bug**
Parsing dates with a named day of the week fails. However, switching the function to call `moment` works as expected.
```javascript
const dayjs = require('dayjs')
// Multip…
Orbyt updated
2 years ago
-
**Describe the bug**
```html
dayjs.extend(window.dayjs_plugin_advancedFormat)
dayjs.extend(window.dayjs_plugin_customParseFormat)
dayjs.extend(window.dayjs_plugin_weekOfYear)
…
-
**Describe the bug**
Day is changed to the first day of the month
```js
import dayjs from 'dayjs';
import utc from 'dayjs/plugin/utc';
import timezone from 'dayjs/plugin/timezone';
dayjs.exten…