
Hi All,
I have a couple of questions regarding the DateTimePicker...
1: If the value is 4 May 2008 (just example date) and I set the Minimum and Maximum properties to be 20 April 2008 and 20 May 2008 respectively, the control is fine with the maximum date, but I cannot go back to April to select a range between 20 April 31 April. The arrow for going back a month is grayed out? Up to 20 May is fine though and works as expected.
2: How do I force day selections relative to a specific day of the way? In this case, I want users to only be able to select dates that fall on a Monday. Nothing else.
I have tried to see if there is a way of detecting the value selected before it is committed in the hopes I can do a check, then revert back to the previous Value if they did NOT select a Monday, but not found anything.
TIA :)
I have a couple of questions regarding the DateTimePicker...
1: If the value is 4 May 2008 (just example date) and I set the Minimum and Maximum properties to be 20 April 2008 and 20 May 2008 respectively, the control is fine with the maximum date, but I cannot go back to April to select a range between 20 April 31 April. The arrow for going back a month is grayed out? Up to 20 May is fine though and works as expected.
2: How do I force day selections relative to a specific day of the way? In this case, I want users to only be able to select dates that fall on a Monday. Nothing else.
I have tried to see if there is a way of detecting the value selected before it is committed in the hopes I can do a check, then revert back to the previous Value if they did NOT select a Monday, but not found anything.
TIA :)