I'm currently using the Jquery datetimepicker add-on from here: http://trentrichardson.com/examples/timepicker/
It works just about perfectly, but I'm stumped on how to add a small bit of functionality to it. I currently have two instances on a page, one for start-time and one for end-time. When I choose a start-time, I'd like to automatically fill in the end-time with the start time + 1 hour.
Can this be accomplished without extending the core script at all? Thanks for any help.