jddayofweekReturns the day of the week Description
intstring jddayofweek(int
$julian_day , int $mode = CAL_DOW_DAYNO )Returns the day of the week. Can return a string or an integer depending on the mode. Parameters
Return ValuesThe gregorian weekday as either an integer or string. |