What do you get with the following code?
let date = new Date('2021-01-01'); let month = date.getMonth();
0
1
"January"