日づけ選択追加
This commit is contained in:
@@ -53,9 +53,11 @@
|
||||
</div>
|
||||
|
||||
<div class="col input-group">
|
||||
<input type="text" class="form-control" placeholder="YYYY/MM/DD" id="filter-date-start" />
|
||||
<input type="text" class="form-control" placeholder="YYYY-MM-DD" id="filter-date-start"
|
||||
value="<?= $date_start ?>" />
|
||||
<span class="input-group-text">〜</span>
|
||||
<input type="text" class="form-control" placeholder="YYYY/MM/DD" id="filter-date-end" />
|
||||
<input type="text" class="form-control" placeholder="YYYY-MM-DD" id="filter-date-end"
|
||||
value="<?= $date_end ?>" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user