protected static property DateTimePlus::$dateParts

An array of possible date parts.

File

drupal/core/lib/Drupal/Component/Datetime/DateTimePlus.php, line 49
Definition of Drupal\Component\Datetime\DateTimePlus

Class

DateTimePlus
Extends DateTime().

Namespace

Drupal\Component\Datetime

Code

protected static $dateParts = array(
  'year',
  'month',
  'day',
  'hour',
  'minute',
  'second',
);