RosettaCodeData/Task/Date-format/EGL/date-format.egl

6 lines
246 B
Text
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
// 2012-09-26
SysLib.writeStdout(StrLib.formatDate(DateTimeLib.currentDate(), "yyyy-MM-dd"));
// Wednesday, September 26, 2012
SysLib.setLocale("en", "US");
SysLib.writeStdout(StrLib.formatDate(DateTimeLib.currentDate(), "EEEE, MMMM dd, yyyy"));