JavaScript Date constructor
Description
The constructor property returns the function that created the Date prototype.
For JavaScript dates the constructor property returns:
function Date() { [native code] }
Syntax
Date.constructor
Return Value
| function Date() { [native code] } |
Related Pages:
Browser Support
constructor is an ECMAScript1 (JavaScript 1997) feature.
It is supported in all browsers:
| Chrome | Edge | Firefox | Safari | Opera |