From: Richard J. <ri...@an...> - 2004-10-31 09:34:17
|
Mixing up dates and times in one module is a really bad idea, because I predict that at some point you'll want to rewrite all the time manipulation. Dealing with times is very complex. Dates: you probably want to involve "Gregorian" in the name of the date or calendar module, because again at some point in the future it might be nice to add support for other types of calendar (eg. Julian, or the Nengou(?) calendar used in Japan). Rich. --=20 Richard Jones. http://www.annexia.org/ http://www.j-london.com/ >>> http://www.team-notepad.com/ - collaboration tools for teams <<< Merjis Ltd. http://www.merjis.com/ - improving website return on investment Write Apache modules in OCaml - http://www.merjis.com/developers/mod_caml |