Inheritance diagram for DateAttributeValue:
Collaboration diagram for DateAttributeValue:Public Member Functions | |
| __construct (NormalAttribute $oa, $v, $dateStyle=self::defaultStyle) | |
Public Member Functions inherited from StandardAttributeValue | |
| __construct ($oa, $v) | |
Data Fields | |
| const | defaultStyle = 'D' |
| const | isoStyle = 'I' |
| const | isoWTStyle = 'U' |
| const | frenchStyle = 'F' |
Data Fields inherited from StandardAttributeValue | |
| $value | |
| $displayValue | |
Definition at line 1139 of file Class.FormatCollection.php.
| __construct | ( | NormalAttribute | $oa, |
| $v, | |||
$dateStyle = self::defaultStyle |
|||
| ) |
Definition at line 1151 of file Class.FormatCollection.php.
Here is the call graph for this function:| const defaultStyle = 'D' |
Definition at line 1141 of file Class.FormatCollection.php.
| const frenchStyle = 'F' |
Definition at line 1150 of file Class.FormatCollection.php.
| const isoStyle = 'I' |
ISO with T : YYYY-MM-DDTHH:MM:SS
Definition at line 1145 of file Class.FormatCollection.php.
| const isoWTStyle = 'U' |
ISO without T : YYYY-MM-DD HH:MM:SS
Definition at line 1149 of file Class.FormatCollection.php.