public static DateHelper::dayOfWeekName($date = NULL, $abbr = TRUE)
Returns translated name of the day of week for a given date.
Parameters
mixed $date: (optional) A DrupalDateTime object or a date string. Defaults to NULL, which means use the current date.
string $abbr: (optional) Whether to return the abbreviated name for that day. Defaults to TRUE.
Return value
string The name of the day in the week for that date.
File
core/lib/Drupal/Core/Datetime/DateHelper.php, line 524
Class
DateHe