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