<html> <body> <button onclick="var myDate = new Date(); alert(myDate.getDay());">Date: get Day</button> </body> </html>