my-bootstrap-datetimepicker icon indicating copy to clipboard operation
my-bootstrap-datetimepicker copied to clipboard

Time-picker panel?

Open johnnyshields opened this issue 12 years ago • 2 comments

Any thoughts to making a time-picker panel in addition to the date? It might be nice to make it a panel next to the clock, and or constrain the editing of the text field.

I'm using this JS: http://keith-wood.name/timeEntry.html I like this one because:

  • You can control the increments of minutes (e.g. minutes increase/decrease by X when I press up/down arrows or mousewheel)
  • You can choose 12-hour or 24-hour time
  • Good i18n support

johnnyshields avatar Dec 11 '12 14:12 johnnyshields

This is a good idea. I would like to combine datepicker and a simple form of this "timepicker". I'll look into it, but at the moment I'm pretty busy working for clients. Please feel free to send a pull-request if you're working on this.

mgussekloo avatar Dec 17 '12 17:12 mgussekloo

There's already one that does date + time, but I haven't been able to get it to work on my app. Hope this helps bring inspiration for a better, leaner implementation. https://eonasdan.github.io/bootstrap-datetimepicker/

ricardoalcocer avatar Jul 07 '18 01:07 ricardoalcocer