Searched refs:days_per_month (Results 1 – 1 of 1) sorted by relevance
195 days_per_month(int year, int month) in days_per_month() function218 return days_per_month(year, month); in days_in_month()258 result += days_per_month(year, month); in day_in_year()315 int dpm = days_per_month(year, month); in getisoweeks()759 if (day > 0 && day <= days_per_month(current.tm_year + 1900, in dialog_calendar()