Skip to content

Commit d0fc52e

Browse files
author
Marius Burkard
committed
- Changed date format for api
1 parent adb537c commit d0fc52e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/lib/classes/remoting_lib.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ function loadFormDef($file, $module = '') {
9797
}
9898
unset($form);
9999

100-
$this->dateformat = $app->lng('conf_format_dateshort');
101-
$this->datetimeformat = $app->lng('conf_format_datetime');
100+
$this->dateformat = 'Y-m-d'; //$app->lng('conf_format_dateshort');
101+
$this->datetimeformat = 'Y-m-d H:i:s'; //$app->lng('conf_format_datetime');
102102

103103
return true;
104104
}

0 commit comments

Comments
 (0)