trentrichardson / jQuery-Timepicker-Addon

Adds a timepicker to jQueryUI Datepicker
http://trentrichardson.com/examples/timepicker/
MIT License
2.66k stars 1.05k forks source link

Allow to use datepicker specific setDate arguments #712

Closed aokros closed 10 years ago

aokros commented 10 years ago

Change is to support the '-1d', '+1m', and such datepicker.setDate arguments with the overridden setDate function.

trentrichardson commented 10 years ago

Thanks @aokros , would you be able to issue a pull for these changes to the dev branch?

aokros commented 10 years ago

I'm on it, but I've got issues with this. This is my first github change I ever made, so forgive this to me, please. I'm trying to diff the " trentrichardson:dev ... aokros:master" branches, and it has a lot of other comments as well. I'm going to cherry-pick my change to my dev branch and try to create a pull request of it. Is this okay?

On 7 April 2014 15:15, Trent Richardson notifications@github.com wrote:

Thanks @aokros https://github.com/aokros , would you be able to issue a pull for these changes to the dev branch?

Reply to this email directly or view it on GitHubhttps://github.com/trentrichardson/jQuery-Timepicker-Addon/pull/712#issuecomment-39727736 .

aokros commented 10 years ago

Done. Sorry for skipping the guidelines!

trentrichardson commented 10 years ago

No problem, thanks for your help and contribution!