Home
last modified time | relevance | path

Searched refs:day_of_week (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/date/
H A Dphp_date.c657 timelib_sll day_of_week = timelib_day_of_week(y, m, d); in php_date_full_day_name() local
658 if (day_of_week < 0) { in php_date_full_day_name()
661 return day_full_names[day_of_week]; in php_date_full_day_name()
666 timelib_sll day_of_week = timelib_day_of_week(y, m, d); in php_date_short_day_name() local
667 if (day_of_week < 0) { in php_date_short_day_name()
670 return day_short_names[day_of_week]; in php_date_short_day_name()

Completed in 24 milliseconds