public static Date getTomorrow() {

    return DateUtils.getDateInFuture(DateUtils.ONE_DAY_IN_MILLIS);
  }