]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/index.js
Merge pull request #4299 from wallabag/fix/4133
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / index.js
index e808d75c27aa25cb8c4bb4574a54f96cac60a84c..da055e80a12c873e45552434adce9ae3977749ef 100755 (executable)
@@ -57,9 +57,9 @@ $(document).ready(() => {
   $('.datepicker').pickadate({
     selectMonths: true,
     selectYears: 15,
-    formatSubmit: 'dd/mm/yyyy',
-    hiddenName: true,
-    format: 'dd/mm/yyyy',
+    formatSubmit: 'yyyy-mm-dd',
+    hiddenName: false,
+    format: 'yyyy-mm-dd',
     container: 'body',
   });