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.
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.
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.
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/
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.
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.