Commit d0fc52e1 authored by Marius Burkard's avatar Marius Burkard
Browse files

- Changed date format for api

parent adb537c3
......@@ -97,8 +97,8 @@ class remoting_lib extends tform_base {
}
unset($form);
$this->dateformat = $app->lng('conf_format_dateshort');
$this->datetimeformat = $app->lng('conf_format_datetime');
$this->dateformat = 'Y-m-d'; //$app->lng('conf_format_dateshort');
$this->datetimeformat = 'Y-m-d H:i:s'; //$app->lng('conf_format_datetime');
return true;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment