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