|
|
@@ -153,7 +153,17 @@
|
|
|
<div class="card-header"><h4>日期选择</h4></div>
|
|
|
<div class="card-body">
|
|
|
|
|
|
- <input class="form-control js-datepicker" type="text" id="example-datepicker" name="publish_time" placeholder="请选择发布时间" value="" data-date-format="yyyy-mm-dd" />
|
|
|
+ <input class="form-control js-datepicker m-b-10" type="text" id="example-datepicker" name="example-datepicker" placeholder="yyyy-mm-dd" value="" data-date-format="yyyy-mm-dd" />
|
|
|
+
|
|
|
+ <input class="form-control js-datepicker m-b-10" type="text" id="example-datepicker1" name="example-datepicker1" data-date-format="yyyy/mm/dd" placeholder="yyyy/mm/dd">
|
|
|
+
|
|
|
+ <input class="form-control js-datepicker m-b-10" type="text" id="example-datepicker2" name="example-datepicker2" data-date-format="yy/mm/dd" placeholder="yy/mm/dd">
|
|
|
+
|
|
|
+ <div class="input-daterange input-group">
|
|
|
+ <input class="form-control js-datepicker" data-date-format="yyyy-mm-dd" type="text" id="example-daterange1" name="example-daterange1" placeholder="从">
|
|
|
+ <span class="input-group-addon"><i class="mdi mdi-chevron-right"></i></span>
|
|
|
+ <input class="form-control js-datepicker" data-date-format="yyyy-mm-dd" type="text" id="example-daterange2" name="example-daterange2" placeholder="至">
|
|
|
+ </div>
|
|
|
|
|
|
</div>
|
|
|
</div>
|