Does anyone have an isTime type function to validate that data entered into a text box is a time - ie: hh:mm am/pm?
Printable View
Does anyone have an isTime type function to validate that data entered into a text box is a time - ie: hh:mm am/pm?
it is the "IsDate()" function you want.
That doesn't work with time values, does it? Doesn't work with 12:00 pm.
Whoops, yes it does, sweet. I didn't realize that function worked for times.
Thanks for the help