Hello All,
I have a date Time Picker but the only issue I am having is that I am trying to validate that the user can not enter in a min time of 7:00 AM and no later than 8:00PM. This is what I have:
If Me.dtpTime.MinDate<=7AM Then
MessageBox.Show("Can Not Book Appointment Before 7 AM")
End If![]()
Thanks in Advance for any help


Reply With Quote
)
