Team LiB   Previous Section   Next Section
Date.toTimeString( ) return the time portion of a Date as a string

Availability

JavaScript 1.5; JScript 5.5; ECMAScript v3

Synopsis

date.toTimeString(  ) 

Returns

A implementation-dependent human-readable string representation of the time portion of date, expressed in the local time zone.

See Also

Date.toString( ), Date.toDateString( ), Date.toLocaleDateString( ), Date.toLocaleString( ), Date.toLocaleTimeString( )

    Team LiB   Previous Section   Next Section