Tagged Questions
11
votes
4answers
226 views
Complicated date field with range option
Context: I'm designing a web form that allows users to enter information about some work they've created (title, description, image, etc).
One of the optional fields will be a date field. After ...
11
votes
6answers
437 views
What control to use to select multiple months?
I want to offer the users a way to select a range of months within a year. The selected months are used to display a table of data. The control should be placed above the table and since vertical ...
7
votes
3answers
212 views
Date Range: Is automatically making “To” the same as “From” a good practice when searching data in the past?
I couldn't think of a more descriptive title, but this is what I'm wondering:
I have a Date Range selector box. It's quite straightforward, it has two calendars, one for the "From" date, and another ...
5
votes
2answers
366 views
Natural UI: Best way to show a time range and interact with it
I have a time range filter (for a web app, desktop and mobile) that looks like this:
In this case, time is not relative to the user in terms of number of days (7 days ago), but it respects the ...
0
votes
1answer
305 views
Date-and-time control for time-series filter
Users of our (non-mobile i.e. mouse UI) web-app do a lot of queries on various lists of time-series values. Part of each query is "from" and "to" timestamps, limiting the range of values for a query ...
8
votes
3answers
484 views
Pros/Cons of date- and datetimepickers [closed]
What pros and cons do you experience when using datepickers in web forms or software?
What do you think is missing sometimes?
What bugs you when using a datepicker?
I want to know, either from ...