bool isSelectDate(String selectedStr, int y, int m, int d) { var day1 = dateToString(intToDate(y, m, d)); return day1 == selectedStr; }