General

  eZ Systems Website
  Technical documentation
  Editor documentation

This Documentation contains:
 
Technical documentation:



⚠ WARNING ! This documentation is deprecated !

Please go to the current Technical Documentation

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This FieldType Field Type represents a full date including time information.

...

Table of Contents
minLevel2

Description

This FieldType Field Type makes possible to store and retrieve a full date including time information.

...

Hash format

Hash value of this FieldType Field Type is an array with two keys:

...

Code Block
languagephp
linenumberstrue
$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 several options:

...