public static boolean isAfterToday(DateTime date) { return DateTimeComparator.getDateOnlyInstance().compare(date, DateTime.now()) > 0; }.
確定! 回上一頁