Bootstrap Datetimepicker 年月日时分秒控件

项目需要,去网上找到了比较这款合适的日期控件,用起来好用,不过要实现具体的要求,对于js小白来说改起来太过费劲

下载地址:

http://www.oschina.net/p/bootstrap-datetimepicker?fromerr=96FFhUD2

解读源码比较全面的文章:

http://www.tuicool.com/articles/7neYr2

API:

http://tarruda.github.io/bootstrap-datetimepicker/


笔记:

点击自定义的按钮打开datetimepicker下拉窗口

 $('#datetimepicker').datetimepicker('show');

真是醉的不要不要的,亏我还之前做过,连基本的调用都忘记了

你可能感兴趣的:(Bootstrap,控件工具)