mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-12 19:14:10 +01:00
Add an additional format to parse times in the formatY-m-dTHⓂ️s for insertion into spreadsheets, fixes warning when merge printing "Unable to parse date ... left as text"
This commit is contained in:
parent
f5ab5de2b4
commit
8c43c2847d
@ -1133,6 +1133,7 @@ abstract class bo_merge
|
||||
// Some different formats dates could be in, depending what they've been through
|
||||
$formats = array(
|
||||
'!'.egw_time::$user_dateformat . ' ' .egw_time::$user_timeformat.':s',
|
||||
'!'.egw_time::$user_dateformat . '*' .egw_time::$user_timeformat.':s',
|
||||
'!'.egw_time::$user_dateformat . '* ' .egw_time::$user_timeformat,
|
||||
'!'.egw_time::$user_dateformat . '*',
|
||||
'!'.egw_time::$user_dateformat,
|
||||
|
Loading…
Reference in New Issue
Block a user