Name

Date.toDateString( ): return the date portion of a Date as a string — 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( )

Get JavaScript: The Definitive Guide, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.