Community
Participate
Working Groups
Run the following program, you will get egl.lang.TypeCastException package a; // basic program // program timeProgram type BasicProgram {} function main() getTimeStamp(); end function getTimeStamp() returns (String) currentTime String; format String = "yyyyMMdd_HHmmss"; myTime TimeStamp; currentTime = strLib.formatTimestamp(myTime, format); SysLib.writeStdOut ("c: "+ currentTime); return (currentTime); end end
fixed
verified & close 20111009's build