JavaScript: The Definitive Guide
24.69. Date.valueOf( ): convert a Date to millisecond representation
ECMAScript v1: Overrides Object.valueOf( )
24.69.1. Synopsis
date.valueOf( ) 24.69.1.1. Returns
The millisecond representation of date. The value returned is the same as that returned by Date.getTime( ). |
Категории