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:
Nathan Gray 2014-08-12 23:19:39 +00:00
parent deeebeb77f
commit f6bca11f4f

View File

@ -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,