Defines the format that date and time should be stored in.
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';
Defines the format that date and time should be stored in.
const DATETIME_DATETIME_STORAGE_FORMAT = 'Y-m-d\TH:i:s';
Please login to continue.