mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 17:54:41 +02:00
Fix expiration date at view user
This commit is contained in:
parent
d51edefc10
commit
cad57760bd
2 changed files with 6 additions and 1 deletions
|
@ -42,6 +42,11 @@ class Lang
|
|||
return date($config['date_format']. ' H:i', strtotime($date));
|
||||
}
|
||||
|
||||
public static function dateAndTimeFormat($date, $time){
|
||||
global $config;
|
||||
return date($config['date_format']. ' H:i', strtotime("$date $time"));
|
||||
}
|
||||
|
||||
public static function nl2br($text){
|
||||
return nl2br($text);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue