DateTime Picker
Hi, I am having a little trouble with my validation for a datetimePicker. My assignment states that the user of my application has to choose a date(so I have used the dtp object). My problem is that this date cannot be within 7 days from today's date as the user must book a week in advance...Has any one got a clue how to say :
dateTimePicker.Value=dateTimePicker+7Days
or the other way round...I'm not sure!!! Only been programming for a few months.
Sorry if this is a simple problem..but it has me baffled!xxxxx
|