Jump to content

Five weekends: Difference between revisions

m
→‎{{header|Phix}}: use a more explicit test for "Friday"
m (→‎{{header|Phix}}: bugfix. day_of_week is now iSO 8601 compliant)
m (→‎{{header|Phix}}: use a more explicit test for "Friday")
Line 4,799:
for m=1 to 12 do
if string(m31[m])
and day_of_week(y,m,1,true)=5"Friday" then
if length(months)!=0 then months &= ", " end if
months &= m31[m]
7,815

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.