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 (ES1) feature.
ES1 (JavaScript 1997) is fully supported in all browsers:
Chrome | Edge | Firefox | Safari | Opera | IE |
Yes | Yes | Yes | Yes | Yes | Yes |