What does the following code print?
const date = new Date("2023-09-17"); console.log(date.getDate());
17
Error
16
Undefined