使用 YUI 的日期格式(mm/dd/yyyy HHMMSS)排序问题
我无法使用 YUI YAHOO.widget.DataTable.formatDate 对日期格式(mm/dd/yyyy HHMMSS)的列进行排序
请帮助我解决这个问题
问候
I won't be able to sort the column which has the date format(mm/dd/yyyy HHMMSS) by using YUI YAHOO.widget.DataTable.formatDate
Please help me out on this problem
Regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,来自 YUI dataTable
这意味着格式化属性(用于以人类友好的格式显示数据)函数与排序算法无关
输入数据如何转换???
您的问题不清楚。我想您的数据为 mm/dd/yyyy HHMMSS。如果是这样,您需要使用 dataSource 的解析器属性转换为纯 JavaScript 日期(如上所述)
Well, from YUI dataTable
Which implies the formatter property (used to show data in a human-friendly format) function has nothing to do with the sorting algorithm
How does input data is converted ???
You question is not clear. I suppose your data comes as mm/dd/yyyy HHMMSS. If so, you need to convert to a plain JavaScript Date (as said above) by using dataSource's parser property