Tagged Questions
6
votes
3answers
193 views
Converting two character dates into four character dates
I have an application that converts the following invalid dates, with only two-character years into a valid date format automatically while the user's filling out the form:
(NOTE: The application is ...
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 ...
0
votes
2answers
115 views
Button for making submissions per month
I'm working on an interface for allowing users to submit data via a button and wanted some advice on the best approach. The data for one or more whole months has to be submitted at precisely the last ...
2
votes
1answer
87 views
Globalization Patterns for Dates Without Year
In my application, there is a field that represents the end of the accounting year for an entity. This "date" is the same every year, so what we currently present to the user is field with a month ...
2
votes
2answers
114 views
Date Range for Saturday-Saturday or Sunday-Sunday Vacations
So I'm having an interesting problem while selling vacations.
Right now, I have two calendars for picking a date range. This date range is supposed to identify the days my customer is available to ...
8
votes
6answers
717 views
How to present presets relating to a date range picker
We are developing a date ranger picker and are in doubt how to present preset time periods.
The scenario is this: EITHER the user utilizes a preset period, e.g.
Next 7 days
Next 3 months
Latest 7 ...
4
votes
1answer
290 views
Comparing data with two sets of dates
Has anyone seen an interface that allows users to select two different sets of dates to compare data? And then the corresponding data in tables and/or graph form?
22
votes
11answers
4k views
Better way for users to select a date range
In my application, users select a date range for which results are required. The UI looks something like this:
My users don't like this, because the date picker requires them to select a specific ...