Compare commits
1 Commits
big-admin-
...
highlight-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a26cbc6bb8 |
@@ -1,5 +1,6 @@
|
|||||||
$(document).on("turbolinks:load", () => {
|
$(document).on("turbolinks:load", () => {
|
||||||
$('.datepicker-control').datepicker({
|
$('.datepicker-control').datepicker({
|
||||||
format: "yyyy-mm-dd"
|
format: "yyyy-mm-dd",
|
||||||
|
todayHighlight: true
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user