Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 361845

Summary: can't print out date in javascript
Product: z_Archived Reporter: Jing Qian <jqian>
Component: EDTAssignee: 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:

Description Jing Qian CLA 2011-10-24 14:15:38 EDT
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
Comment 1 Scott Greer CLA 2011-10-24 14:23:18 EDT
Fixed
Comment 2 Jing Qian CLA 2011-11-11 15:25:47 EST
verified with 2011/11/11/0901's build