Bootstrap date and time picker

JqueryTwitter BootstrapDatepickerDatetimepicker

Jquery Problem Overview


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

Jquery Solutions


Solution 1 - Jquery

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.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionAravindhanView Question on Stackoverflow
Solution 1 - JqueryAshwin Preetham LoboView Answer on Stackoverflow