You are here

public static function DatexGregorian::dayOfWeek in Datex 7.2

Day of week calculated from given year and day of year.

Overrides DatexCalendarIterface::dayOfWeek

File

datex_api/DatexGregorian.inc, line 60
Gregorian for datex. Nothinf special, always calls DateTime methods to handle stuff.

Class

DatexGregorian
Default Gregorian for datex.

Code

public static function dayOfWeek($year, $dayOfYear = 0) {
  return 0;
}