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

1
2
3
4
5
6
7
8
protected static $dateParts = array(
  'year',
  'month',
  'day',
  'hour',
  'minute',
  'second',
);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.