[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2004-11-13 (21:16) |
From: | Julien Signoles <Julien.Signoles@l...> |
Subject: | [ANN] calendar library: new release (1.09.0) |
Hello list, I'm please to announce that a new (major) release (version 1.09.0) of the calendar library is available at: http://www.lri.fr/~signoles/prog.en.html calendar is an ocaml library managing dates and times. The latest changes follow. In particular, this release adds features of Richard Jones' GregorianDate. CHANGES: * add Date.to_business and Date.from_business (Richard Jone's suggestion) * add the optional parameter ?month to Date.days_in_year (Richard Jones' suggestion) * add Date.nth_weekday_of_month (Richard Jones' suggestion) * Date: add some Christian dates (Richard Jones' suggestion) * add Date.Period.ymd and Calendar.Period.ymds * Printer: add the format string %i corresponding to the ISO-8601 notation * Printer: ISO-8601 notation is now the default format * add [equal] in all the modules * Calendar.Period: bug fixed with negative period * bug fixed in Calendar.to/from_unixfloat and Date.to/from_unixfloat * bug fixed in weeks_in_year Cheers, Julien Signoles -- mailto:Julien.Signoles@lri.fr ; http://www.lri.fr/~signoles "In theory, practice and theory are the same, but in practice they are different" (Larry McVoy)