Date Template Format 2.0b3
Is there anykind of way that I could use to set my (date) format in (date) cell template?
lester
April 13,
var date = new AW.Formats.Date;
date.setTextFormat("dddd, dd-mmm-yy");
var obj = new AW.UI.Grid;
obj.setCellData("5/25/2006");
obj.setCellFormat(date, 1);
obj.setColumnCount(3);
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