From: Milind G. <mil...@gm...> - 2012-05-17 19:00:45
|
Hi, I have a wxDatePickerCtrl where I set Allow None in the property (wxDP_ALLOWNONE) and it shows me a checkbox. If the checkbox is unchecked the control is grayed out. But with it unchecked if I query the GetValue I do not get a invalid date. I am getting 12/31/1969 which is not invalid. Am I doing something wrong here? Is this available in any example? Is it a wxWidgets issue? Thanks, Milind |