AvailabilityJavaScript 1.0; JScript 1.0; ECMAScript v1 Overrides Object.toString( ) Synopsisdate.toString( ) ReturnsA human-readable string representation of date, expressed in the local time zone. DescriptiontoString( ) 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. See AlsoDate.parse( ), Date.toDateString( ), Date.toLocaleString( ), Date.toTimeString( ), Date.toUTCString( ) |