aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/material/index.js')
-rwxr-xr-xapp/Resources/static/themes/material/index.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Resources/static/themes/material/index.js b/app/Resources/static/themes/material/index.js
index e808d75c..da055e80 100755
--- a/app/Resources/static/themes/material/index.js
+++ b/app/Resources/static/themes/material/index.js
@@ -57,9 +57,9 @@ $(document).ready(() => {
57 $('.datepicker').pickadate({ 57 $('.datepicker').pickadate({
58 selectMonths: true, 58 selectMonths: true,
59 selectYears: 15, 59 selectYears: 15,
60 formatSubmit: 'dd/mm/yyyy', 60 formatSubmit: 'yyyy-mm-dd',
61 hiddenName: true, 61 hiddenName: false,
62 format: 'dd/mm/yyyy', 62 format: 'yyyy-mm-dd',
63 container: 'body', 63 container: 'body',
64 }); 64 });
65 65