Web Analytics

PHP jddayofweek() Function

Calendar FunctionPHP 4+

The jddayofweek() function returns the day of the week for a Julian Day Count.

Syntax

jddayofweek(int $julian_day, int $mode = CAL_DOW_DAYNO): int|string

Try It Online

Output
Click Run to execute your code

Related Functions