:: Forum >>
Date display Doesn't work.
var float = new AW.Formats.Number;
var integer = new AW.Formats.Number;
var date = new AW.Formats.Date;
float.setTextFormat("#,###.##");
integer.setTextFormat("#,###.");
date.setDataFormat("yyyymmdd");
date.setTextFormat("yyyy/mm/dd");
obj.setCellFormat([
integer,date,....
....
My grid displays "$ERR" for date format cell.
What's wrong?
Wednesday, July 19, 2006
In AW 2.0 the only supported input formats for dates are -
- default (anything that is parsed by Javascript)
- RFS822
- ISO8601
The custom format ("yyyymmdd") does not work.
Alex (ActiveWidgets)
Wednesday, July 19, 2006
This topic is archived.
Back to support forum
Forum search