getMonth()
var myDate = new Date()
var currMonth = myDate.getMonth()
Close