javascript Date UTC( )
| UTC( ) | NN 2 IE 3 ECMA 1 |
UTC(yyyy, mm, dd[, hh[, mm[, ss[, msecs]]]]) | |
|
This is a static method of the Date object that returns a numeric version of the date as stored internally by the browser for a Date object. Unlike parameters to the Date object constructor, the parameter values for the UTC( ) method must be in UTC time for the returned value to be accurate. This method does not generate a date object, as the Date object constructor does. |
|
| Parameters | |
|
|
| Returned Value | |
Integer of the UTC millisecond value of the date specified as parameters. |
|
