DATETIME_DATETIME_STORAGE_FORMAT

Defines the format that date and time should be stored in.

Deprecated

in drupal:8.5.0 and is removed from drupal:9.0.0. Use \Drupal\datetime\Plugin\Field\FieldType\DateTimeItemInterface::DATETIME_STORAGE_FORMAT instead.

See also

https://www.drupal.org/node/2912980

File

core/modules/datetime/datetime.module, line 31

Code

const DATETIME_DATETIME_STORAGE_FORMAT = 'Y-m-d\\TH:i:s';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.