[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LISP date routines.



On 3 May 1993, Bruce Lester wrote:

> I am looking for a library of date routines that would provide string to date 
> conversion (ex: "May 3, 1993" - 32630) and date math (today + "11 weeks") etc.
> 
> 
> Bruce Lester
> Pillsbury 

Check out get-universal-time, decode-universal-time,
internal-time-units-per-second.  They should give you what you want with a
very small amount of work.