<html> <body> <button onclick="var myDate = new Date(); alert(myDate.toLocaleString());">Date toLocaleString</button> </body> </html>