Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
5
Task/Date-format/EGL/date-format.egl
Normal file
5
Task/Date-format/EGL/date-format.egl
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// 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"));
|
||||
Loading…
Add table
Add a link
Reference in a new issue