You are here

function StatisticsProBaseTestCase::getFormatedDate in Statistics Pro 6

1 call to StatisticsProBaseTestCase::getFormatedDate()
StatisticsProBaseTestCase::getFormatedAddedDate in tests/statspro.test

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);
}