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