Support

Account

Home Forums General Issues Select a range between two dates Reply To: Select a range between two dates

  • There are possibly two solutions.

    The first and easiest is to use two date fields, like you suggest and assume that the person creating the dates understands that the end date should be after the start date. This is what I’d do.

    The second would be to build custom JavaScript for your end date field and not allow dates that are before the start date. I would only do this if someone insisted.