Date Time Picker (Multiple dates? ) Scheduler
:wave: I have been asked to create a program to create schedules for the Hospital where my wife works. Right now they do it in excel with a few macros. One question before I start, can multiple dates be selected from a DTP. Say for the month of July, my wife has to work the 3,4,5, the 10,11,12, the 17,18,19 and the 24,25,26. Can I select multiple dates for the month?
Re: Date Time Picker (Multiple dates? ) Scheduler
The MonthCalendar control has a property(BoldedDates) that allows disparate dates to be displayed in bold.
Re: Date Time Picker (Multiple dates? ) Scheduler
will give it a try and see how it goes then, thanks