Regular expression time

  • Thread starter Thread starter thorgal
  • Start date Start date
T

thorgal

Hello,

I'm trying to create a textbox with a regular expression for time.

I was wondering if it was possible to create a textbox that has a regular
expression like this: 00h00m and that the "h" and "m" can't be changed or
deleted.

thanks in advance.
 
Hello,

I'm trying to create a textbox with a regular expression for time.

I was wondering if it was possible to create a textbox that has a
regular expression like this: 00h00m and that the "h" and "m" can't
be changed or deleted.

thanks in advance.

There is a masked text box... that might work for what you need
 
Back
Top