Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用此链接中的输入掩码。我的输入掩码工作正常。但我只想从当前日期验证过去的日期。但我对此没有任何条件。
您可以使用以下 yearrange 哈希来设置过去的日期验证。
$("#date_of_birth").inputmask("mm/dd/yyyy", { yearrange: { minyear: 1900, maxyear: 2015, }});