0 / 60 seg.

What does the following code print?

const date = new Date("2023-09-17");
console.log(date.getDate());