Tagged Questions
18
votes
2answers
3k views
Do spinner-based date pickers on iOS & Android detract from the user's experience?
Generally speaking, the rule of thumb on mobile devices is to follow the platform conventions, and that native controls are almost always better than custom UIs. However, I'm at a loss as to whether ...
6
votes
2answers
177 views
What is the best way to ask for repeating dates?
I've always struggled with the best way to allow a user to enter a repeating date. For example, scheduling a task you need to do repeatedly. There are a few different ways this can be expressed...
...
2
votes
1answer
164 views
Better way to show the calendars
I'm working on a single report page for a web app. I need to show how to filter the displayed data it be per day (diary) or between two dates (weekly).
When the user select diary (Diario), it shows a ...
27
votes
11answers
4k views
Most User-Friendly Form Fields for Entering Date/Time?
What are the different ways to have fields in an application for date, time, or both? What are the pros and cons for each?
The most common seem to be a combination of 2–3 drop-downs, or some form ...
15
votes
9answers
2k views
What's the best way to present date of birth form fields?
I am building a form that requires users to enter in their DOB. What is the best practice for this? I have identified 3 basic options:
Free Text Field Users are able to enter day, month and year in ...