From f8b57bcfb92001f291a2f0ccfa6667e1842eaa19 Mon Sep 17 00:00:00 2001 From: Yaman Qalieh Date: Thu, 18 Aug 2016 17:33:13 -0400 Subject: [PATCH] more datepicker options --- hourglass/client/main/main.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hourglass/client/main/main.js b/hourglass/client/main/main.js index a546dfe..f79af1c 100644 --- a/hourglass/client/main/main.js +++ b/hourglass/client/main/main.js @@ -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 }); }