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

Bug 360049

Summary: strlib.defaultDateFormat not working
Product: z_Archived Reporter: broy2
Component: EDTAssignee: Project Inbox <edt.javagen-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description broy2 CLA 2011-10-05 17:52:46 EDT
RBD writes:
M/d/yy
9/8/11

EDT writes:
M/d/yy
2011-09-08

program strLibVariables type BasicProgram {}	
	result string;
	myDate date;	
	function main()
		strlib.defaultDateFormat = "M/d/yy";
		SysLib.writeStdout(strlib.defaultDateFormat);
		myDate = "09/08/2011";
		result = myDate;
		SysLib.writeStdout(result);
	end	
end
Comment 1 broy2 CLA 2011-10-18 17:43:03 EDT
defaultDateFormat is being removed from EDT.