Day of the week: Difference between revisions

m
→‎using DATE base: changed quote style.
m (→‎using DATE weekday: changed quotes.)
m (→‎using DATE base: changed quote style.)
Line 3,692:
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('b', year'"1225'", 's') // 7 == 6 then say year
end /*year*/</lang>
{{out|output|text=&nbsp; is identical to the 1<sup>st</sup> REXX version.}} <br><br>