Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
d0fc52e1
Commit
d0fc52e1
authored
Aug 18, 2016
by
Marius Burkard
Browse files
- Changed date format for api
parent
adb537c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/remoting_lib.inc.php
View file @
d0fc52e1
...
...
@@ -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
;
}
...
...
Jesse Norell
@jnorell
mentioned in issue
#4111 (closed)
·
Aug 18, 2016
mentioned in issue
#4111 (closed)
mentioned in issue #4111
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment