Find the last Sunday of each month: Difference between revisions

Content added Content deleted
Line 2,872: Line 2,872:


=={{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 SUNDAY=1
constant SUNDAY=7


procedure showlast(integer dow, integer doy, timedate td)
procedure showlast(integer dow, integer doy, timedate td)