You are here

protected property Date::$dateFormat in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/datetime/src/Plugin/views/filter/Date.php \Drupal\datetime\Plugin\views\filter\Date::dateFormat

Date format for SQL conversion.

Type: string

See also

\Drupal\views\Plugin\views\query\Sql::getDateFormat()

File

core/modules/datetime/src/Plugin/views/filter/Date.php, line 43

Class

Date
Date/time views filter.

Namespace

Drupal\datetime\Plugin\views\filter

Code

protected $dateFormat = DateTimeItemInterface::DATETIME_STORAGE_FORMAT;