Contains the different date interval units.
This array is keyed by strings representing the unit (e.g. '1 year|@count years') and with the amount of values of the unit in seconds.
Type: array
File
core/lib/Drupal/Core/Datetime/DateFormatter.php, line 68
Class
DateFormatter Provides a service to handle various date related functionality.
Namespace
Drupal\Core\Datetime
Code
protected $units = array(
'1 year|@count years' => 31536000,
'1 month|@count months' => 2592000,
'1 wee