6 lines
246 B
Text
6 lines
246 B
Text
|
|
// 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"));
|