get month angular with 0

JavaScript
("0" + (this.getMonth() + 1)).slice(-2)("0" + this.getDate()).slice(-2)("0" + ((new Date()).getMonth() + 1)).slice(-2)
Source

Also in JavaScript: