Searched refs:timelib_iso_day_of_week (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/date/lib/ |
H A D | dow.c | 72 timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_iso_day_of_week() function
|
H A D | timelib.h | 465 timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
|
/php-src/ext/date/ |
H A D | php_date.c | 726 …case 'N': length = slprintf(buffer, sizeof(buffer), "%d", (int) timelib_iso_day_of_week(t->y, t->m… in date_format() 951 case 'N': retval = (int) timelib_iso_day_of_week(t->y, t->m, t->d); break; in php_idate()
|
Completed in 30 milliseconds