How can I use CompareValidator for times without dates?

后端 未结 3 1649
广开言路
广开言路 2020-12-11 20:37

When I enter 9:00 into the Start control, and 16:00 into Finish; the code below fails validation.

Does anybody know a way I can use the ASP.NET val

3条回答
  •  情深已故
    2020-12-11 21:11

    Compare validator allowable types are: Stinrg, Integer, Double, Date (no time) Currency

提交回复
热议问题