自举日期和时间选择器

建议我使用任何 JavaScript 来选择日期和时间 .

注意: 我想只使用一个文件的日期和时间选择。

我已经看到了:

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

还有

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

281117 次浏览

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:

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.