Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

18 Dec 2006

A DateAndTimePicker control

The DateTimePicker control allows the user to input a Date or a Time. The problem is that you can’t let the user pick both a date and a time with one instance of the control (unless you set the CustomFormat property and give up the ’nice’ ui) so i decided to build my own DateAndTimePicker control

screenshot of the dateandtimepicker control

Feel free to download and extended the DateAndTimePicker.zip.