Search w3schools.com:

SHARE THIS PAGE

JavaScript toDateString() Method

Date Object Reference JavaScript Date Object

Example

Convert today's date into a readable string:

var d = new Date();
var n = d.toDateString();

The result of n will be:


Try it yourself »

Definition and Usage

The toDateString() method converts the date (not the time) of a Date object into a readable string.


Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The toDateString() method is supported in all major browsers.


Syntax

Date.toDateString()

Return Value

Type Description
String The date as a string


Date Object Reference JavaScript Date Object

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]