Jump to content

Day of the week: Difference between revisions

m
→‎using DATE weekday: added whitespace.
m (→‎using DATE weekday: added whitespace.)
Line 3,666:
The extended DATE parameters (arguments 2 and 3) are only supported by the newer REXX interpreters.
<lang rexx> do year=2008 to 2121
if date('w', year'1225', 's') == 'Sunday' then say year
end</lang>
<pre>2011
Cookies help us deliver our services. By using our services, you agree to our use of cookies.