DateTimePlus::$dateParts

An array of possible date parts.

File

core/lib/Drupal/Component/Datetime/DateTimePlus.php, line 44

Class

DateTimePlus
Wraps DateTime().

Namespace

Drupal\Component\Datetime

Code

protected static $dateParts = array(
  'year',
  'month',
  'day',
  'hour',
  'minute',
  'second',
);
doc_Drupal
2016-10-29 09:01:00
Comments
Leave a Comment

Please login to continue.