5
votes
5answers
188 views

What alternatives to calendars exist for inputing dates on websites?

Inputing dates is going through changes on the internet, and in web/user interface design as well. Currently, I'm implementing <input type="date">, as this provides excellent usability on mobile ...
3
votes
2answers
278 views

What should be ideal date on calendar icon?

I am designing a calendar icon for an app, I am putting a random date right now on it, what should be ideal date that I should put. Is there any usability research done on the same? I know the best ...
2
votes
2answers
415 views

Time slot selection

I'm on a quest to find the most user friendly way to offer a time slot selection to make an appointment in a company's calendar/agenda. It doesn't really matter much interface-wise, but because it ...
4
votes
3answers
188 views

When Users Select a Ship Date During Holiday

In a shopping cart where a user can select their preferred ship date, how would you alert them when a date is a holiday or weekend? Would you use processing to not allow it? Add an alert that it would ...
3
votes
5answers
587 views

Date picker subtleties: Input year by using numeric keys

We are developing a date picker and have run into a problem related to interpretation of user input. Suppose you have a date picker as the one in the picture below and the user is to change the year ...
4
votes
6answers
412 views

Best way to display numerous dates on a data form?

I've got the task of finding a way to display numerous (10) dates on a data entry form. They pertain to the dates that certain paperwork was received, acknowledged, evaluated, etc. All the dates are ...