Is there a way to limit the range selected with a range parameter? I don't need to limit the range to certain values or limit the min/max lengths. I need to let the user select any year. The second part of the range can only be the same year, the next year, or two following. Any ideas how to do this?
EX: If the user selects 2002 as the first year, the options for the end of the range should only be 2002, 2003, or 2004.
EX: If the user selects 2002 as the first year, the options for the end of the range should only be 2002, 2003, or 2004.