Ecmascript 7 GetMonth como 2 dígitos
("0" + this.getDate()).slice(-2)
Excited Eagle
("0" + this.getDate()).slice(-2)
("0" + ((new Date()).getMonth() + 1)).slice(-2)