Day Selection
The onChange prop is a callback function that is executed when a user selects a day in the calendar.
It receives the selected date (Date) as its argument. You can use this prop to update state or pass the selected date to other parts of your application.