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' , ); |
Please login to continue.