.pickadate() to .datepicker()

This commit is contained in:
Yassine Guedidi 2025-02-18 23:17:37 +01:00
parent f5fa69e17d
commit 3a6e95b617

View file

@ -281,7 +281,7 @@ $(document).ready(() => {
$('.collapsible[data-collapsible="expandable"]').collapsible({
accordion: false,
});
$('.datepicker').pickadate({
$('.datepicker').datepicker({
selectMonths: true,
selectYears: 15,
formatSubmit: 'yyyy-mm-dd',