bootstrap-datetimepicker插件双日期的设置

效果:第二个日期控件选中的时间不能小于第一个

1、页面上需要引用

  

css:
"stylesheet" href="css/bootstrap.min.css" /> //这个也要引入,否则页面样式会出问题 "stylesheet" href="plugin/css/bootstrap-datetimepicker.css" />

js:



2、直接在input上调用 datetimepicker()


--

效果:

js代码:

3、组件的方式使用


class="clearfix tex_t reset_text">   
class="input-append date fl" id="datetimeStart"> "text" class="" readonly> class="add-on">class="icon-th">
class="to_link">至
class="input-append date fl" id="datetimeEnd"> "text" class="" readonly> class="add-on">class="icon-th">

效果:

js代码:

 

你可能感兴趣的:(bootstrap-datetimepicker插件双日期的设置)