Tagged Questions
2
votes
2answers
93 views
How fluent should filters be?
I have a few types of filters for a table and they should be concatenated.
So in the end I should get something like this:
URL contains google.com and Visits > 1000 and Date is before 30.12.2011
...
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 ...
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
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
2k views
Date of birth input… best approach? [duplicate]
Possible Duplicate:
Most User-Friendly Form Fields for Entering Date/Time?
Whats the best way to display DOB form fields?
Entering your date of birth into a form should be straight ...
