isCurrentDateInRange

isCurrentDateInRangechecks whether the date is in range between startDate and endDate and returns “true” if in range and returns “false” if not in range.

isCurrentDateInRange(Date startDate, Date endDate)