more datepicker options

This commit is contained in:
Yaman Qalieh 2016-08-18 17:33:13 -04:00
parent bd08f4e18a
commit f8b57bcfb9

View File

@ -448,8 +448,9 @@ Template.main.events({
'focus #workDatea' () {
$('#workDatea').datepicker({
format: 'DD, MM d, yyyy',
startDate: 'mm-dd-yyyy',
autoclose: true,
startDate: 'd',
todayHighlight: true,
autoclose: true
});
}