mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Add date with nothing after it to list of potential formats for parsing into spreadsheet date
This commit is contained in:
parent
1141eb1ee0
commit
26ee1fb25e
@ -1077,6 +1077,7 @@ abstract class bo_merge
|
||||
'!'.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,
|
||||
);
|
||||
|
||||
// Properly format values for spreadsheet
|
||||
|
Loading…
Reference in New Issue
Block a user