#2000 closed feature (wontfix)
Add time selection to UI Datepicker
Reported by: | streawkceur | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.datepicker | Version: | 1.5b4 |
Keywords: | calendar date time picker | Cc: | |
Blocked by: | Blocking: |
Description
I would find it really useful to also be able to select a time in the Datepicker dialogue. See e.g. http://www.dynarch.com/projects/calendar/
Change History (17)
comment:1 Changed 15 years ago by
Owner: | set to iMarc |
---|
comment:2 Changed 15 years ago by
comment:4 Changed 15 years ago by
Component: | ui.core → ui.datepicker |
---|---|
Version: | 1.2.1 → 1.5b4 |
comment:5 Changed 15 years ago by
Owner: | changed from iMarc to grabanski |
---|---|
Status: | new → assigned |
comment:6 Changed 14 years ago by
Milestone: | → TDB |
---|
comment:7 Changed 14 years ago by
Owner: | changed from grabanski to kbwood |
---|
comment:8 Changed 14 years ago by
Additional note from jQuery bugtracker:
Adding date and time in one nice field would be awesome. Specially if it was in the Unix/SQL datetime format YYYY-mm-dd 00:00:00
comment:9 Changed 14 years ago by
Owner: | kbwood deleted |
---|
comment:12 Changed 14 years ago by
For my purposes it would be sufficient to be able to manually append a time in the input field after datepicker has entered the date. Is there any way to do so? Seems I cannot enter spaces or colons so can't add the time to the field.
comment:13 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Out of scope of datepicker plugin. Related: http://jqueryui.pbworks.com/TimePicker
comment:14 Changed 13 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Please reconsider this. Php, java and c# all include time as part of the Date object. It is unrealistic to assume that Date objects should have no time component, especially since most of the backend languages consider both to be parts of the same object. In some cases, the date component may have value on its own. But the time component almost never has value without the date. It makes sense to include an option for both in a single widget. It is extremely painful to deal with a timestamp as 2 separate fields.
comment:15 Changed 13 years ago by
Also having a timepicker widget is not really helpful without a datepicker part..
comment:16 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
A date + time picker in a single plugin is a separate plugin from just a date picker. We track ideas for new plugins on our planning wiki, not in our bug tracker.
Hi
I have just added a new patch that might meet your needs .
Ticket #2566
Regards
James Dean
One Reason Pty Ltd