Jquery 日期选择器显示错误的闰年日期

Jquery datepicker showing wrong date for leap year

我在旧项目中使用日期选择器,它工作正常 但它显示错误的闰年日期 29/02/2016。

这里显示的是 01/03/2016 而不是 29/02/2016。 请帮我显示正确的闰年日期。

访问:http://2008.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePicker.html

这个错误实际上是在 2010 年在这个特定的日期选择器中报告的。See issue #195。那里发布了一个解决方法 - 或者更确切地说是对其中一个函数的重写。

但是,很明显这个库已经被废弃了,所以我的建议是切换到其他库。如果您的项目专注于 jQuery,请尝试 the date picker control in jQuery UI. If you don't like the overhead of jQueryUI, it's been made available separately here