Closed brettz9 closed 4 years ago
Date
getDay
getDate
The probable source of confusion is that in the badi-cal API, getDay returns the date, but with the JavaScript Date API, that returns the day of the week which isn't desirable here.
badi-cal
Date
getDay
is for day of week; should begetDate
.The probable source of confusion is that in the
badi-cal
API,getDay
returns the date, but with the JavaScriptDate
API, that returns the day of the week which isn't desirable here.