Skip to content

Commit

Permalink
Change .datetimepicker format
Browse files Browse the repository at this point in the history
  • Loading branch information
mateussoaresr authored and ErickArgollo2 committed May 16, 2023
1 parent 9d17fe2 commit 8b67fb0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $(function () {
});
$('[data-type="datetime"]').datetimepicker({
debug: false,
format: "YYYY-MM-DD HH:mm:ss",
format: "DD/MM/YYYY HH:mm:ss",
});
$('[data-type="date"]').datetimepicker({
debug: false,
format: "YYYY-MM-DD",
format: "DD/MM/YYYY",
});
});

0 comments on commit 8b67fb0

Please sign in to comment.