You are here

protected static property Carbon::$days in Persian Date for Drupal 8 8.4

Names of days of the week.

Type: array

File

src/Library/Carbon/Carbon.php, line 71

Class

Carbon
A simple API extension for DateTime

Namespace

Drupal\persian_date\Library\Carbon

Code

protected static $days = array(
  self::SUNDAY => 'Sunday',
  self::MONDAY => 'Monday',
  self::TUESDAY => 'Tuesday',
  self::WEDNESDAY => 'Wednesday',
  self::THURSDAY => 'Thursday',
  self::FRIDAY => 'Friday',
  self::SATURDAY => 'Saturday',
);