You are here

9 calls to PHPExcel_Shared_Date::FormattedPHPToExcel() in Loft Data Grids 7.2

10autofilter-selection-1.php in vendor/phpoffice/phpexcel/Examples/10autofilter-selection-1.php
10autofilter-selection-2.php in vendor/phpoffice/phpexcel/Examples/10autofilter-selection-2.php
10autofilter-selection-display.php in vendor/phpoffice/phpexcel/Examples/10autofilter-selection-display.php
PHPExcel_Calculation_DateTime::DATE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* DATE * * The DATE function returns a value that represents a particular date. * * NOTE: When used in a Cell Formula, MS Excel changes the cell format so that it matches the date * format of your regional settings. PHPExcel does not change…
PHPExcel_Calculation_DateTime::DATEVALUE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* DATEVALUE * * Returns a value that represents a particular date. * Use DATEVALUE to convert a date represented by a text string to an Excel or PHP date/time stamp * value. * * NOTE: When used in a Cell Formula, MS Excel changes the cell…
PHPExcel_Calculation_DateTime::TIME in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* TIME * * The TIME function returns a value that represents a particular time. * * NOTE: When used in a Cell Formula, MS Excel changes the cell format so that it matches the time * format of your regional settings. PHPExcel does not change…
PHPExcel_Calculation_DateTime::TIMEVALUE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* TIMEVALUE * * Returns a value that represents a particular time. * Use TIMEVALUE to convert a time represented by a text string to an Excel or PHP date/time stamp * value. * * NOTE: When used in a Cell Formula, MS Excel changes the cell…
PHPExcel_Reader_OOCalc::loadIntoExisting in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/OOCalc.php
* Loads PHPExcel from file into PHPExcel instance * *
PHPExcel_Shared_Date::PHPToExcel in vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Date.php
* Convert a date from PHP to Excel * *