Do you know a date picker to quickly pick one day of the current week?
Posted
by Murmelschlurmel
on Stack Overflow
See other posts from Stack Overflow
or by Murmelschlurmel
Published on 2009-07-25T17:52:00Z
Indexed on
2010/05/01
21:07 UTC
Read the original article
Hit count: 271
Most date pickers allow you to pick the date from a tine calendar or enter the date by hand. For example http://jqueryui.com/demos/datepicker/
This requires - two clicks (one to display the calendar and one to select the correct date) - good eyesight (usually the pop-up calendar is very small) - and good hand-eye coordination to pick the correct date in the tiny calendar with your mouse.
That's no problem for power users, but a hassle for older people and computer beginners.
I found a website with a different approach. It seems like their users mostly select dates of the current week. So they listed all the days of the week in a bar together with the weekday. The current day is marked in another color. There is a tiny calender icon on the right hand that opens up a regular date picker. That gives you access to all regular date picker functionality. Here is a screenshot: http://mite.yo.lk/assets/img/tour/de/zeiten-erfassen.png
Do you know of any jquery plugin which has a similar feature? If not, do you any other plugin or widget which would help me speed up development ?
Thank you!
© Stack Overflow or respective owner