Migrate `Shared\Date` methods

Closes #247
This commit is contained in:
Adrien Crivelli 2017-10-13 12:07:09 +09:00
parent b14234b198
commit add064e80e
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 3 additions and 0 deletions

View File

@ -210,6 +210,9 @@ class Migrator
'SECONDOFMINUTE' => 'SECOND', 'SECONDOFMINUTE' => 'SECOND',
'DAYOFWEEK' => 'WEEKDAY', 'DAYOFWEEK' => 'WEEKDAY',
'WEEKOFYEAR' => 'WEEKNUM', 'WEEKOFYEAR' => 'WEEKNUM',
'ExcelToPHPObject' => 'excelToDateTimeObject',
'ExcelToPHP' => 'excelToTimestamp',
'FormattedPHPToExcel' => 'formattedPHPToExcel',
]; ];
return $mapping; return $mapping;