Function displayDatetime
Returns a formatted date and/or timestring according to the current settings
Package: Core\Backend
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Jan Lengowski
Located at includes/functions.general.php
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Jan Lengowski
Located at includes/functions.general.php
mixed |
$timestamp = "" |
a timestamp. If no value is given the current time will be used. |
boolean |
$date = false |
if true the date will be included in the string |
boolean |
$time = false |
if true the time will be included in the string |
string
|
the formatted time string. |