Home
last modified time | relevance | path

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

/PHP-8.3/ext/date/
H A Dphp_date.c658 timelib_sll day_of_week = timelib_day_of_week(y, m, d); in php_date_full_day_name() local
659 if (day_of_week < 0) { in php_date_full_day_name()
662 return day_full_names[day_of_week]; in php_date_full_day_name()
667 timelib_sll day_of_week = timelib_day_of_week(y, m, d); in php_date_short_day_name() local
668 if (day_of_week < 0) { in php_date_short_day_name()
671 return day_short_names[day_of_week]; in php_date_short_day_name()

Completed in 37 milliseconds