bool isToday(int year, int month, int day) { return (year == currentYear && month == currentMonth && day == currentDay); }