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