最用户友好的日期格式是什么?
从可用性的角度来看,格式化日期的最佳方法是什么?
我应该使用绝对日期,例如:
- 05.07.2011
- 07/05/2011
还是打印相对于当前时间的日期会更好:
- 一周前
- 上周一
- 昨天
What is - from a usability point of view - the best way to format dates?
Should I rather use absolute dates like:
- 05.07.2011
- 07/05/2011
or would it be better to print dates relative to the current time:
- one week ago
- last Monday
- yesterday
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为相对日期是最用户友好的,原因如下:
嗯,你不必那么精确。但具体原因取决于目的是什么。如果只是在博客上发表评论,那么这两天并没有什么关系。
The relative dates are in my opinion the most user friendly for the following reasons:
Well, you dont have to be that precise. But of cause it depends what the purpose is. If its just comments on a blog the 2 days would not matter.
与所有与“最佳”做事方式相关的问题一样,没有绝对的。
这将取决于日期的使用方式。
测试什么对用户最有利的唯一方法就是询问他们。这就是可用性测试的原因之一。
As with all questions relating to the "best" way to do something there are no absolutes.
It will depend on how the dates are being used.
The only way to test what's best for your users is to ask them. That's one of the reasons for usability testing.