Get Month : Date Get « Date Time « JavaScript DHTML
- JavaScript DHTML
- Date Time
- Date Get
Get Month
<html>
<body>
<button onclick="var myDate = new Date(); alert(myDate.getMonth());">
Date: get Month
</button>
</body>
</html>
Related examples in the same category