Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show Date Picker and Time Picker using one input #37

Open
ngerrard opened this issue Dec 12, 2011 · 5 comments
Open

Show Date Picker and Time Picker using one input #37

ngerrard opened this issue Dec 12, 2011 · 5 comments

Comments

@ngerrard
Copy link

I would love to have the ability to use one input and show both the date picker and the time picker and have them save their results to the single input. Right now I have to have two inputs, one for the date and one for the time so it requires more clicks by the user to select a date and time combination.

Good job on the look and feel of the time picker, my users really love it.

@fgelinas
Copy link
Owner

You are right, this would be very nice to have both the datepicker and timepicker in the same dialog. It would probably require big changes in the code and I am not sure where to start.
I'll keep the issue updated because I'd really like to see it done too.

@cpbotha
Copy link

cpbotha commented Apr 3, 2012

This would indeed be awesome!

There is a combined datepicker+timepicker by Trent Richardson: https://github.com/trentrichardson/jQuery-Timepicker-Addon -- but your time picking interface would be a great improvement!

@acedanger
Copy link

Add me in as another vote for a combined Date and Time picker. This is a great plugin. My favorite jquery timepicker by far.

@tex
Copy link

tex commented May 7, 2012

I would prefer if you create a new project/plugin with the combined Date and Time picker and keep this one as it is.

@ajoslin103
Copy link

I am using both datepicker and timepicker on one field - in the datepicker.onClose event I bind a focus() which destroys the datepicker and adds a timepicker which I then call ("show") on (I added that to the Timepicker class) which appends the time value to the input field (via a preserveValue I added to the settings.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants