Hi fellow stackoverflow:ers,
I\'m using the jQuery Datepicker plugin, together with Martin Milesich Timepicker plugin. Everything works great, except for the fact th
rather than changing the source it's best to use the existing events
onSelect: function() { $(this).data('datepicker').inline = true; }, onClose: function() { $(this).data('datepicker').inline = false; }