Go to the source code of this file.
Functions | |
lz ($data) | |
FormatDate ($FmtNo, $Year, $Month, $Day) | |
Variables | |
PHP | |
$NumberOfFormats = 13 | |
$ExitStatus = 0 | |
$TestDate = new Date($TestValue) | |
$Parsed = $TestDate->BeginDate() | |
$Expected = $Year."-".lz($Month)."-".(($Ix<=3)?"00":lz($Day)) |
FormatDate | ( | $ | FmtNo, | |
$ | Year, | |||
$ | Month, | |||
$ | Day | |||
) |
lz | ( | $ | data | ) |
Definition at line 8 of file Axis--Date--Test.php.
Referenced by FormatDate().
Here is the caller graph for this function:
$ExitStatus = 0 |
Definition at line 79 of file Axis--Date--Test.php.
$Expected = $Year."-".lz($Month)."-".(($Ix<=3)?"00":lz($Day)) |
Definition at line 105 of file Axis--Date--Test.php.
$NumberOfFormats = 13 |
Definition at line 77 of file Axis--Date--Test.php.
$Parsed = $TestDate->BeginDate() |
Definition at line 102 of file Axis--Date--Test.php.
$TestDate = new Date($TestValue) |
Definition at line 101 of file Axis--Date--Test.php.
Definition at line 5 of file Axis--Date--Test.php.