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.
datepicker 的 javascript 代码是什么,它允许用户仅在 datepicker 中选择当前和过去三天。我使用 bootstarp 制作了 datepicker 吗?
尝试这个
$(function() { $( "#datepicker" ).datepicker({ minDate: -3, maxDate: "0" }); });
演示
日期选择器参考