avatar
get current month javascript Javascript
/** Month from 0 -> 11 */
new Date().getMonth(); 
24
get current year javascript
You need to login to do this manipulation!