August 2006
Intermediate to advanced
1018 pages
34h 13m
English
Date.toString( ): convert a Date to a string — ECMAScript v1: Overrides Object.toString( )
date.toString( )
A human-readable string representation of
date, expressed in the local time
zone.
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.
Date.parse( )
|
Date.toDateString(
)
|
Date.toLocaleString(
)
|
Date.toTimeString(
)
|
Date.toUTCString(
)
|
Read now
Unlock full access