Add time picker to date picker
Is it possible to add this jquery plugin to the datepicker in order to enable the timepicker?
http://trentrichardson.com/examples/timepicker/
This would be very useful.
Thanks.
 
 
     4/10/2014 12:51 am  |  #1 gstoyle396649
4/10/2014 12:51 am  |  #1 gstoyle396649  Is it possible to add this jquery plugin to the datepicker in order to enable the timepicker?
http://trentrichardson.com/examples/timepicker/
This would be very useful.
Thanks.
 4/10/2014 8:28 am  |  #2 Jason ByrnesWebAssist
4/10/2014 8:28 am  |  #2 Jason ByrnesWebAssist
        It looks like it should be fairly strait forward to add the time picker based on the documentation on the site.
add the link to the time picker JS file on that site.
add the CSS that they give forthe time picker, then edit the datepicker that is added to change:
$('#datepicker_1').datepicker({
you may have a different ID, to use the datetimepicker instead:
$('#datepicker_1').datetimepicker({
should be fairly easy to implement, but we cannot offer support for it.
 5/03/2017 7:39 am  |  #3 DeanCollins
5/03/2017 7:39 am  |  #3 DeanCollins  I spent hours trying to get this to work. Probably just me.
But this one took only minutes: http://mugifly.github.io/jquery-simple-datetimepicker/
 6/02/2021 4:23 pm  |  #4 Nathon Jones Web Design
6/02/2021 4:23 pm  |  #4 Nathon Jones Web Design   I spent hours trying to get this to work. Probably just me.
  I spent hours trying to get this to work. Probably just me.
Huge help...thank you.  Datetimepicker was beginning to unpick my sanity.
Don't suppose you worked out how to change the pointer to an arrow when selecting a date?  It shows as an Insert, by default.
 6/02/2021 4:44 pm  |  #5 Ray BorduinWebAssist
6/02/2021 4:44 pm  |  #5 Ray BorduinWebAssist
        The default cursor can be adjusted in css.
cursor: pointer;
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.