Order by Date
I have problems to make the order per date. Grilla order by the day without taking into account the month.
Demián
July 7,
var myText = [
["10-May-05"],
["2-Jun-06"],
["30-Aug-04"]
];
var date = new AW.Formats.Date;
date.setTextFormat("d-mmm-yy");
var obj = new AW.UI.Grid;
obj.setCellText(myText);
obj.setCellFormat(date, 0);
obj.setColumnCount(1);
obj.setRowCount(3);
document.write(obj);
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021