Método JavaScript Setmonth ()
const d = new Date();
d.setMonth(11);
naly moslih
const d = new Date();
d.setMonth(11);