const d = new Date(); d.getMonth() + 1; // Month [mm] (1 - 12) d.getDate(); // Day [dd] (1 - 31) d.getFullYear(); // Year [yyyy]