This field type Field Type represents a date without time information.
...
Table of Contents | ||
---|---|---|
|
Description
This FieldType Field Type makes it possible to store and retrieve a date information.
Input expectations
...
Note |
---|
Time information is not stored. Before storing, given the provided input value will be set to the the beginning of the day in the given or the environment timezone. |
...
Hash format
Hash value of this FieldType Field Type is an array with two keys:
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
$hash = array( "timestamp" => 1400856992, "rfc850" => "Friday, 23-May-14 14:56:14 GMT+0000" ); |
Validation
This FieldType Field Type does not perform any special validation of the input value.
...
The field definition of this FieldType Field Type can be configured with one option:
...