I'm using the the DateChooser class for specifying a date or date range for some reports.
My code is successfully catching the selection of a single date which is great. However, is there a way that I can catch the click event that is used to select the month on the DateChooser? The current behaviour shows a menu of all the months in the year to select from - I would like to catch this event and identify if the user selected a month from this control.
I would like to use this click event to identify an entire month for the report date range.
Can anyone help?
My code is successfully catching the selection of a single date which is great. However, is there a way that I can catch the click event that is used to select the month on the DateChooser? The current behaviour shows a menu of all the months in the year to select from - I would like to catch this event and identify if the user selected a month from this control.
I would like to use this click event to identify an entire month for the report date range.
Can anyone help?
Comment