mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
ntp_status.widget.php, dead code detection
This commit is contained in:
parent
26bbf42252
commit
5536325b4e
@ -208,11 +208,6 @@ function getServerDateItems($inDate)
|
||||
// (use intval instead of ltrim, which translates '00' to '')
|
||||
}
|
||||
|
||||
function clockDateString($inDate)
|
||||
{
|
||||
return date('Y. F j l', $inDate); // eg "Monday, January 1, 2002"
|
||||
}
|
||||
|
||||
function clockTimeString($inDate, $showSeconds)
|
||||
{
|
||||
return date($showSeconds ? 'G:i:s' : 'g:i', $inDate).' ';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user