Date format: Difference between revisions

m
(add RPL)
m (→‎{{header|Wren}}: Minor tidy)
Line 3,736:
{{libheader|Wren-date}}
Unless it is embedded in a host application, Wren currently has no direct way to obtain the current date. We therefore assume this is passed in by the user as a command line parameter.
<syntaxhighlight lang="ecmascriptwren">import "os" for Process
import "./date" for Date
 
var args = Process.arguments
9,476

edits