javascript Date constructor
| constructor | NN 4 IE 4 ECMA 1 |
| Read/Write | |
|
This is a reference to the function that created the instance of a Date objectthe native Date( ) constructor function in browsers. |
|
| Example | |
if (myVar.constructor == Date) {
// process native string
}
|
|
| Value | |
Function object reference. |
|
Previous: javascript Date prototype
450,Nickname,Homepage or email,Comments here,Add comment
