RobinHerbots jquery.inputmask 日期范围

RobinHerbots jquery.inputmask date range

我正在使用 RobinHerbots/jquery.inputmask 库。

我需要确保输入的日期大于当前日期。 有 yearrange 的代码,但我没有看到基本 'daterange'.

的任何内容

使用RobinHerbots/jquery.inputmask 库,如何确保输入的日期大于current/todays date new Date()?

github of RobinHerbots/jquery.inputmask:

中有关于您的问题的未决问题

RobinHerbots 回答说此功能将在 3.4 中实现,目前您可以使用 postValidation 回调。

In the current date alias this is not implemented. However, you can use the postValidation callback to validate if the input is after the current date.

It would be a nice feature, and I will add it to the date alias in milestone 3.4