Tagged Questions
2
votes
2answers
92 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
...
4
votes
4answers
150 views
Relative dates/times- Rounding and how accurate?
I was reading this question about formatting relative dates and times, but there are still some issue that I felt have not been addressed yet.
I would like to:
Keep relative times to just 1 unit, ...
9
votes
2answers
268 views
Formatting relative dates and times
First, when I talk about relative times (or would dates be more accurate?), I mean these 4 minutes ago, 1 hour ago, etc.
When should they be used? With what degree of precision? Shouldn't it be the ...
