Update README.md
This commit is contained in:
parent
24e7996b6a
commit
7b6d32ad88
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
|
@ -1,2 +1,17 @@
|
||||||
# cl-dates
|
# cl-dates
|
||||||
Date-time library for Common Lisp
|
Date-time library for Common Lisp
|
||||||
|
|
||||||
|
This library contains a fairly comprehensive set of functions to handle dates with somewhat weaker support for date-times. It is useful for applications where dates are an important data type e.g., business or financial calculations.
|
||||||
|
|
||||||
|
Features provided are:
|
||||||
|
- Conversion from a string to date: a wide variety of date time formats are accepted (see test-parse-date.lisp for examples)
|
||||||
|
- Printing dates in various formats
|
||||||
|
- Computation of special dates / datetimes - Easter, Spring / Autumn equinoxes, Summer / Winter Solstice
|
||||||
|
- Date arithmetic including support for business dates (holiday processing)
|
||||||
|
- Date comparisons
|
||||||
|
- Miscellaneous date functions e.g., computing the 3rd Wednesday of a month
|
||||||
|
|
||||||
|
The library does not have any dependencies on third party libraries and is provided under a BSD licence.
|
||||||
|
|
||||||
|
Sudhir Shenoy
|
||||||
|
July, 2017
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue