Last Friday of each month: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: redid the boxed comments in the REXX preamble.)
Line 2,598: Line 2,598:


=={{header|Phix}}==
=={{header|Phix}}==
Requires 0.8.1+ (day_of_week() is now ISO 8601 compliant)
<lang Phix>include timedate.e
<lang Phix>include timedate.e


constant FRIDAY=6
constant FRIDAY=5


procedure showlast(integer dow, integer doy, timedate td)
procedure showlast(integer dow, integer doy, timedate td)
Line 2,637: Line 2,638:
2012-12-28
2012-12-28
</pre>
</pre>



=={{header|PHP}}==
=={{header|PHP}}==