Bootstrap date and time picker [closed]

余生长醉 提交于 2019-11-28 14:04:20

问题


Suggest me any JavaScript to pick the date and time .

NOTE: I want to use only one file for date and time picking.

I already see this:

http://www.eyecon.ro/bootstrap-datepicker/

and

http://jdewit.github.com/bootstrap-timepicker/index.html


回答1:


If you are still interested in a javascript api to select both date and time data, have a look at these projects which are forks of bootstrap datepicker:

  • Bootstrap Datetime Picker 1

  • Bootstrap Datetime Picker 2

The first fork is a big refactor on the parsing/formatting codebase and besides providing all views to select date/time using mouse/touch, it also has a mask option (by default) which lets the user to quickly type the date/time based on a pre-specified format.



来源:https://stackoverflow.com/questions/12985495/bootstrap-date-and-time-picker

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!