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
Feel free to download and extended the DateAndTimePicker.zip.