我有两个输入类型的日期,例如:
<input type="date" name="first_date">
和其他像:
<input type="date" name="second_date" min="first_date">
now what I want to do is that when first_date
is selected than the minimum range of the second_date
is auto filled by javascript.
任何想法如何做到这一点。