Better use 13/09/2019 13:19:00 everywhere

This commit is contained in:
Jeroen De Meerleer 2019-01-13 13:19:00 +01:00
parent 5aa7ef740a
commit 4a8c77c14e
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ $(document).ready(function() {
$("body").on("click", "#patternDropdown li", function() {
if(this.value != "custom") { $("input#delay").val($(this).data("val")); }
});
$('#nextrunselector').datetimepicker( { format: 'MM/DD/YYYY HH:mm:ss' } );
$('#nextrunselector').datetimepicker( { format: 'DD/MM/YYYY HH:mm:ss' } );
$("body").on("click", ".runcron", function() {
$("#ajax_loader").show();