Search w3schools.com:

SHARE THIS PAGE

JavaScript toLocaleString() Method

Date Object Reference JavaScript Date Object

Example

Convert a Date object to a string, using locale conventions:

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

The result of n will be:


Try it yourself »

Definition and Usage

The toLocaleString() method converts a Date object to a string, using locale settings.


Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

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


Syntax

Date.toLocaleString()

Return Value

Type Description
String The date and time as a string

Technical Details

JavaScript Version: 1.0


Date Object Reference JavaScript Date Object

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]