Day of the week: Difference between revisions

(→‎{{header|C++}}: Removed boost usage)
Line 2,125:
=={{header|EasyLang}}==
<syntaxhighlight lang="easylang">
funcproc dayOfTheWeek year month day . result .
# Based on Conway's doomsday algorithm
# 1. Calculate the doomsday for the century
2,063

edits