X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=datetime.lisp;h=b3dbc1a47f895895e549064059d876202c0b5a74;hp=30c815c9d01d5bf482e084c5c6ee6ed8b9c0dd7d;hb=c75067c8a9cb10b8c0d1f39c6fa6cafabea0a6f8;hpb=e54afedd9e96a83521d3eb023e1a22051f387ded diff --git a/datetime.lisp b/datetime.lisp index 30c815c..b3dbc1a 100644 --- a/datetime.lisp +++ b/datetime.lisp @@ -7,8 +7,6 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id$ -;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; ;;;; KMRCL users are granted the rights to distribute and use this software @@ -112,7 +110,7 @@ (defun day-of-week (year month day) "Day of week calculation using Zeller's Congruence. -Input: The year y, month m (1 ≤ m ≤ 12) and day d (1 ≤ d ≤ 31). +Input: The year y, month m (1 <= m <= 12) and day d (1 <= d <= 31). Output: n - the day of the week (Sunday = 0, Saturday = 6)." (when (< month 3)