static int daysDiff_YYYYslashMMslashDD(S date1, S date2) { ret round(toDays(parseYYYYslashMMslashDD(date1)-parseYYYYslashMMslashDD(date2))); }