Compare commits

...

1 Commits

Author SHA1 Message Date
bilal
a26cbc6bb8 highlight today date 2020-06-08 10:34:54 +02:00

View File

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