Does anyone know How I could only show Saturdays within a DateTimePicker? I need this for a payroll app, where the user can select a WEEK ENDING date only. This date is used to calculate paychecks for the given week.
Thanks
-Spectrum
Printable View
Does anyone know How I could only show Saturdays within a DateTimePicker? I need this for a payroll app, where the user can select a WEEK ENDING date only. This date is used to calculate paychecks for the given week.
Thanks
-Spectrum
I don't know but isn't that sounds impossible to do !!:rolleyes:
huh? I am having trouble comprehending that reply.
Hi
2 Options
1) Create your own date control, easy to do, but time consuming
2) Sub class the date picker into a combo and only show the days you require!
Hope this helps
Danny