Removed obsolete date format pattern constants
This commit is contained in:
parent
e35356ddfa
commit
54c1c22539
1 changed files with 0 additions and 6 deletions
|
@ -132,12 +132,6 @@ jala.i18n.setLocaleGetter(function() {
|
|||
return (res.handlers.site || root).getLocale();
|
||||
});
|
||||
|
||||
/** @constant */
|
||||
var SHORTDATEFORMAT = "yyyy-MM-dd HH:mm";
|
||||
|
||||
/** @constant */
|
||||
var LONGDATEFORMAT = "EEEE, d. MMMM yyyy, HH:mm";
|
||||
|
||||
/** @constant */
|
||||
var SQLDATEFORMAT = "yyyy-MM-dd HH:mm:ss";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue