highlight today date #7

Closed
bilal.catic wants to merge 1 commits from highlight-today-date-in-date-picker-when-creating-new-task-request into task-me-mvp

View File

@@ -1,5 +1,6 @@
$(document).on("turbolinks:load", () => {
$('.datepicker-control').datepicker({
format: "yyyy-mm-dd"
format: "yyyy-mm-dd",
todayHighlight: true
});
});