getDate()

var myDate = new Date()
var currDate = myDate.getDate()

Close