Hi! Would you please help me with the following problem?
When using DTPicker, how can I disable (/grey-out, etc.) certain dates (with no particular pattern) so that the user cannot select it?
Any help would be appreciated!
Thank you!
Printable View
Hi! Would you please help me with the following problem?
When using DTPicker, how can I disable (/grey-out, etc.) certain dates (with no particular pattern) so that the user cannot select it?
Any help would be appreciated!
Thank you!
That doesn't seem to be possible. Can't you just inform the users that their selected dates cannot be accepted?
One way...
-Keep the no-allowed dates in a table/list/vector/array
-when user selects any date, first thing to do is to check against that table/list/vector/array
-display a msgbox if is not a valid date
Thank you very much for your advice, Bonnie West and jggtz! :D