JavaScript: The Definitive Guide
24.66. Date.toTimeString( ): return the time portion of a Date as a string
ECMAScript v3
24.66.1. Synopsis
date.toTimeString( ) 24.66.1.1. Returns
A implementation-dependent, human-readable string representation of the time portion of date, expressed in the local time zone. 24.66.2. See Also
Date.toString( ), Date.toDateString( ), Date.toLocaleDateString( ), Date.toLocaleString( ), Date.toLocaleTimeString( ) |
Категории