chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] date, string formatting and locale


From: Hugo Arregui
Subject: Re: [Chicken-users] date, string formatting and locale
Date: Wed, 3 Nov 2010 12:09:42 -0300

Sorry, I found another thing in srfi-19:

> (date->string (seconds->date 12) "~B")
"Diciembre"

but, now:

> (string->date (date->string (seconds->date 12) "~B") "~B")

Error: (scan-date) bad date template - date read incomplete
"~B"
#,(date 0 0 0 0 #f 12 #f -10800 ART #f #f #f #f)

I'm missing something?

Thanks.
Hugo.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]