[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
LISP date routines.
- Subject: LISP date routines.
- From: Ernest T Rees <rees+@pitt.edu>
- Date: Mon, 3 May 1993 15:13:12 -0400 (EDT)
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.