forked from Wavyzz/dolibarr
PHP8.1 strftime("%Y%m%d%H%M") => dol_print_date(dol_now('gmt'),
"dayhourlogsmall", 'tzuser')
This commit is contained in:
@@ -2453,6 +2453,9 @@ function dol_print_date($time, $format = '', $tzoutput = 'auto', $outputlangs =
|
||||
} elseif ($format == 'dayhourlog') {
|
||||
// Format not sensitive to language
|
||||
$format = '%Y%m%d%H%M%S';
|
||||
} elseif ($format == 'dayhourlogsmall') {
|
||||
// Format not sensitive to language
|
||||
$format = '%Y%m%d%H%M';
|
||||
} elseif ($format == 'dayhourldap') {
|
||||
$format = '%Y%m%d%H%M%SZ';
|
||||
} elseif ($format == 'dayhourxcard') {
|
||||
|
||||
Reference in New Issue
Block a user