WEB日期控件

http://www.cnblogs.com/jiangbei/p/7270788.html 

日期控件——my97

<div class="form-group">
  <input type="text" class="Wdate form-control" name="start_time" onclick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})" readonly="readonly" style="height: 32px" placeholder="消费时间-起"/>
  -
  <input type="text" class="Wdate form-control" name="end_time" onclick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})" readonly="readonly" style="height: 32px" placeholder="消费时间-始"/>
  </div>

posted on 2019-04-26 13:57  newlives  阅读(1112)  评论(0编辑  收藏  举报