highlight today date

This commit is contained in:
bilal
2020-06-08 10:34:54 +02:00
parent 88836e937e
commit a26cbc6bb8

View File

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