A monthcalendar control can be configured to show the week numbers, is there any way to configure the datetimepicker to do this as well.
What I mean is when you open the datetimepicker you basically show a monthcalendar control, and this has the ability to show weeknumbers, but I cannot configure the datetimepicker to make it do so.
Also in the formatting string it is a pitty that there is no formatting option for the weeknumbers.
I have a customer who works very much with weeknumbers instead of full dates.
regards,
Philip

datetime picker and week numbers
waterwalk
I don't think this is possible. There is no formatting options for week numbers. You may need to design your own WeekPicker that uses the MonthlyCalendar control.
-CN