Section 24.65. Date.toString( ): convert a Date to a string


24.65. Date.toString( ): convert a Date to a string

ECMAScript v1: Overrides Object.toString( )

24.65.1. Synopsis

date.toString( )

24.65.1.1. Returns

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

24.65.2. Description

toString( ) returns a human-readable, implementation-dependent string representation of date. Unlike toUTCString( ), toString( ) expresses the date in the local time zone. Unlike toLocaleString( ), toString( ) may not represent the date and time using locale-specific formatting.

24.65.3. See Also

Date.parse( )
Date.toDateString( )
Date.toLocaleString( )
Date.toTimeString( )
Date.toUTCString( )



JavaScript. The Definitive Guide
JavaScript: The Definitive Guide
ISBN: 0596101996
EAN: 2147483647
Year: 2004
Pages: 767

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net