const birthday = new Date('August 19, 1975 23:15:30'); const date1 = birthday.getDate(); console.log(date1); // Expected output: 19