function StatisticsProBaseTestCase::getFormatedDate in Statistics Pro 6
1 call to StatisticsProBaseTestCase::getFormatedDate()
File
- tests/
statspro.test, line 53 - Functionality tests for Statistics Pro.
Class
- StatisticsProBaseTestCase
- Base class for Statistics Pro tests.
Code
function getFormatedDate($timestamp) {
return date('Y-m-d H:i:s O', $timestamp);
}