How can I set the startDate for tomorrow? I don't see an option in the documentation for Date.today so I can add one more day.
Is there a way to accomplish this?
$(function() {
$("#appointment_adate").datepicker({
format: 'yyyy-mm-d',
autoclose: true,
startDate: '+1d'
});
});
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…