mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
fix formats
This commit is contained in:
@@ -52,10 +52,10 @@ class Import extends \Espo\Core\Services\Base
|
||||
|
||||
protected $timeFormatsMap = array(
|
||||
'HH:mm' => 'H:i',
|
||||
'hh:mm a' => 'G:i a',
|
||||
'hh:mma' => 'G:ia',
|
||||
'hh:mm A' => 'G:iA',
|
||||
'hh:mmA' => 'G:iA',
|
||||
'hh:mm a' => 'h:i a',
|
||||
'hh:mma' => 'h:ia',
|
||||
'hh:mm A' => 'h:iA',
|
||||
'hh:mmA' => 'h:iA',
|
||||
);
|
||||
|
||||
protected function getSelectManagerFactory()
|
||||
|
||||
Reference in New Issue
Block a user