time

  • Thread starter Thread starter chris
  • Start date Start date
C

chris

hi
i have a textbox

how do i make sure that the user enters the time in the correct format?
like
HH:MM
and no other characters like alphabets etc?


thanx
 
Hi Chris,
I suggest you consider using the DateTimePicker control
and set the format property to time or custom (you set the
custom format to use). Carol
 
Back
Top