| Summary: | can't print out date in javascript | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Jing Qian <jqian> |
| Component: | EDT | Assignee: | Project Inbox <edt.javascriptgen-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P1 | CC: | greer |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Fixed verified with 2011/11/11/0901's build |
try the following ruihandler, you would get exceptions in the external FF browser handler dateIssue type RUIhandler{initialUI =[ ], onConstructionFunction = start, cssFile = "css/projA.css", title = "dateIssue"} function start() a date = "06/02/2003"; syslib.writeStdOut("a is: " + a); end end