Searched refs:timelib_days_in_month (Results 1 – 3 of 3) sorted by relevance
88 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m) in timelib_days_in_month() function205 if (m < 1 || m > 12 || d < 1 || d > timelib_days_in_month(y, m)) { in timelib_valid_date()
473 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m);
687 …case 't': length = slprintf(buffer, sizeof(buffer), "%d", (int) timelib_days_in_month(t->y, t->m))… in date_format()893 case 't': retval = (int) timelib_days_in_month(t->y, t->m); break; in php_idate()
Completed in 34 milliseconds