Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 361845 - can't print out date in javascript
Summary: can't print out date in javascript
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-24 14:15 EDT by Jing Qian CLA
Modified: 2017-02-23 14:18 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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