Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 360049 - strlib.defaultDateFormat not working
Summary: strlib.defaultDateFormat not working
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-05 17:52 EDT by broy2 CLA
Modified: 2017-02-23 14:18 EST (History)
0 users

See Also:


Attachments

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