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
Afficher les réponses par date
Thanks for both replies they where very helpful. I was very pleased at how complete SRFI-19 is. The reference implementation is also very nice and was a breeze to port to Gambit. I'll make it into a Snow package as soon as my Snow knowledge is sufficient. PS: If anyone knows Will Fitzgerald personaly, please pass on my thanks for his nice work on this SRFI. Guillaume Cartier On Nov 24, 2007 1:57 PM, <Sven.Hartrumpf@fernuni-hagen.de> wrote:
Sat, 24 Nov 2007 10:06:49 -0500, gcartier wrote:
Does anyone know of Scheme code or library to manipulate dates a bit like the Java Date and Calendar classes.
Please have a look at SRFI-19.
Ciao Sven
_______________________________________________ Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
participants (2)
-
Guillaume Cartier -
Sven.Hartrumpf@FernUni-Hagen.de