Searched refs:timelib_days_in_month (Results 1 – 3 of 3) sorted by relevance
71 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m) in timelib_days_in_month() function147 if (m < 1 || m > 12 || d < 1 || d > timelib_days_in_month(y, m)) { in timelib_valid_date()
65 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m);
1071 case 't': length = slprintf(buffer, 32, "%d", (int) timelib_days_in_month(t->y, t->m)); break; in date_format()1270 case 't': retval = (int) timelib_days_in_month(t->y, t->m); break; in php_idate()
Completed in 17 milliseconds