Switching to using moment.js for times in JS, rather than a custom solution. Fixes #688

This commit is contained in:
Dan Cryer 2014-12-07 11:51:41 +00:00
commit 3db08c7315
6 changed files with 27 additions and 74 deletions

View file

@ -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;