107

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

Aravindhan
  • 3,430
  • 7
  • 23
  • 40
  • 40
    If this question is "not constructive", why does it have twenty upvotes and thirty stars? Certainly seems as though people want to ask the same question and find the answer below useful. – aidan Sep 13 '13 at 06:48
  • 2
    @aidan Questions asking for library recommendations without a well-specified problem to solve tend not to be liked around here. See http://meta.stackexchange.com/questions/158809/why-are-shopping-list-questions-bad – Mark Amery Jan 11 '14 at 15:35
  • 22
    @MarkAmery yeah, I'm aware of the rules. I guess this isn't the place to debate it, but suffice to say, I disagree with such a hard-line interpretation of the "rule". – aidan Jan 12 '14 at 13:34

1 Answers1

114

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.

CroMagnon
  • 1,210
  • 7
  • 20
  • 32
Ashwin Preetham Lobo
  • 1,816
  • 1
  • 13
  • 19