diff --git a/public/js/app.js b/public/js/app.js index 167c68d..4c67025 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -6,5 +6,5 @@ $(function () { //bootstrap WYSIHTML5 - text editor $(".bootstrap-wysihtml5").wysihtml5(); $('select').selectize(); - $("input[type=date]").pikaday({ format: 'YYYY-MM-D'}); + $("input[type=date]").pikaday({ format: 'YYYY-MM-DD'}); }); \ No newline at end of file