【发布时间】:2017-08-24 14:24:35
【问题描述】:
我需要解决这个问题: 1)我的项目中有两个日期输入 2) 我需要注册(第一次)日期不超过比赛日期(第二次)。
<div class="form-group">
<label for="date"><?php echo $lang['date_tournament']; ?></label>
<input type="text" class="form-control datepicker" name="date_tournament" required>
【问题讨论】:
-
您可以访问此链接以供参考stackoverflow.com/questions/14517703/…
标签: codeigniter