We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9cfd80 + 33f68a7 commit 1d87d80Copy full SHA for 1d87d80
1 file changed
interface/lib/classes/remoting_lib.inc.php
@@ -98,6 +98,7 @@ function loadFormDef($file, $module = '') {
98
unset($form);
99
100
$this->dateformat = $app->lng('conf_format_dateshort');
101
+ $this->datetimeformat = $app->lng('conf_format_datetime');
102
103
return true;
104
}
0 commit comments