asp.net

c#窗体 textbox 限制输入的字符只能为时间格式

2024-04-24

c#窗体 textbox 限制输入的字符只能为时间格式(如14:23

1、用正则验证 ^([0-1]{1}\d|2[0-3]):([0-5]\d)$
2、或者直接用MaskedTextBox 控件