DekGenius.com
Team LiB   Previous Section   Next Section
Date.toDateString( ) return the date portion of a Date as a string

Availability

JavaScript 1.5; JScript 5.5; ECMAScript v3

Synopsis

date.toDateString(  )

Returns

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

See Also

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

    Team LiB   Previous Section   Next Section