Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

GetMonth() Example

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