Skip to content

Commit

Permalink
fixed pikaday date format
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrián Pardellas Blunier committed Jun 9, 2016
1 parent 381ccd3 commit 3f296a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'});
});

0 comments on commit 3f296a8

Please sign in to comment.