Defines the format that dates should be stored in.
File
- core/modules/datetime/datetime.module, line 23
- Field hooks to implement a simple datetime field.
Code
const DATETIME_DATE_STORAGE_FORMAT = 'Y-m-d';
Defines the format that dates should be stored in.
const DATETIME_DATE_STORAGE_FORMAT = 'Y-m-d';
Please login to continue.