We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be14dcb commit 9685922Copy full SHA for 9685922
changelog.md
@@ -489,7 +489,7 @@ Prereleases
489
<details>
490
491
```javascript
492
- const child = new Child().set('birthday', new Data());
+ const child = new Child().set('birthday', new Date());
493
console.log(child.toJSON().birthday);
494
/*
495
v3: "2011-11-11T03:11:11.000Z"
@@ -664,7 +664,7 @@ Prereleases
664
665
666
667
668
669
670
0 commit comments