Switching to using moment.js for times in JS, rather than a custom solution. Fixes #688
This commit is contained in:
parent
ff2c5a3da1
commit
3db08c7315
6 changed files with 27 additions and 74 deletions
|
|
@ -33,6 +33,11 @@ class Lang
|
|||
print call_user_func_array(array('PHPCI\Helper\Lang', 'get'), func_get_args());
|
||||
}
|
||||
|
||||
public static function getLanguage()
|
||||
{
|
||||
return self::$language;
|
||||
}
|
||||
|
||||
public static function getStrings()
|
||||
{
|
||||
return self::$strings;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue