Closed ricardoromaobr closed 1 month ago
I need to know the month of the select date. Maybe a property for the current month visible in the calendar or a date select in the CalendarDatePicker.
I want something like this: currentMonthVisibleOnCalendar = myCalendar.SelectedMonth;
If you think it is relevant I can do a pull request.
You can do this with myCalendar.CurrentDay.Month
I need to know the month of the select date. Maybe a property for the current month visible in the calendar or a date select in the CalendarDatePicker.
I want something like this: currentMonthVisibleOnCalendar = myCalendar.SelectedMonth;