find_day
d = find_day(e->year, e->month, e->day);
static struct cal_day * find_day(int yy, int mm, int dd);