Use the following problems to test your skills at working with dates, times, time zones, and date and time localization. Give each problem a try before you turn to the solutions and download the example programs.
Problems
41. Days of the week
Write a program that lets the user pick a birthdate from a MonthCalendar control. When the user clicks a button, display the days of the week for the next 10 birthdays after today's date.
42. Date and time picker
Normally, the DateTimePicker control lets the user display a date or a time, but not both. If you want to let the...