You are here

constant DATETIME_DATETIME_STORAGE_FORMAT in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/datetime/datetime.module \DATETIME_DATETIME_STORAGE_FORMAT

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

11 uses of DATETIME_DATETIME_STORAGE_FORMAT
Date::opBetween in core/modules/datetime/src/Plugin/views/filter/Date.php
Override parent method, which deals with dates as integers.
Date::opSimple in core/modules/datetime/src/Plugin/views/filter/Date.php
Override parent method, which deals with dates as integers.
DateTimeComputed::getValue in core/modules/datetime/src/DateTimeComputed.php
Gets the data value.
DateTimeCustomFormatter::defaultSettings in core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php
Defines the default settings for this plugin.
DateTimeFieldItemList::processDefaultValue in core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php
Processes the default value before being applied.

... See full list

File

core/modules/datetime/datetime.module, line 18
Field hooks to implement a simple datetime field.

Code

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