Does anyone know of Scheme code or library to manipulate dates a bit like the Java Date and Calendar classes.
E.g. stuff like :
- format a date: 2007/11/03 05:10:23
- add units to a date like (date-add date 3 'day) -> date + 3 days
- convert between times (seconds since the epoch) and dates
- ...
Thanks,
Guillaume