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() function218 if (m < 1 || m > 12 || d < 1 || d > timelib_days_in_month(y, m)) { in timelib_valid_date()
355 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m);
1174 …case 't': length = slprintf(buffer, sizeof(buffer), "%d", (int) timelib_days_in_month(t->y, t->m))… in date_format()1374 case 't': retval = (int) timelib_days_in_month(t->y, t->m); break; in php_idate()
Completed in 22 milliseconds