JavaScript: The Definitive Guide

24.62. Date.toLocaleDateString( ): return the date portion of a Date as a locally formatted string

ECMAScript v3

24.62.1. Synopsis

date.toLocaleDateString( )

24.62.1.1. Returns

An implementation-dependent, human-readable string representation of the date portion of date, expressed in the local time zone and formatted according to local conventions.

24.62.2. See Also

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

Категории