Field hooks to implement a simple datetime field.
File
core/modules/datetime/datetime.module
Functions
Name | Description |
---|---|
datetime_date_default_time | Sets a consistent time on a date without time. |
datetime_help | Implements hook_help(). |
Constants
Name | Description |
---|---|
DATETIME_DATETIME_STORAGE_FORMAT | Defines the format that date and time should be stored in. |
DATETIME_DATE_STORAGE_FORMAT | Defines the format that dates should be stored in. |
DATETIME_STORAGE_TIMEZONE | Defines the timezone that dates should be stored in. |
Please login to continue.