[ANN] Chronology Package on Squeak Map

Brent Pinkney brent.pinkney at aircom.co.za
Thu Sep 11 15:13:21 UTC 2003


On Thu, 11 Sep 2003 16:40:30 +0200, Ingo Hohmann <uysl0l402 at sneakemail.com> 
wrote:

>
> which would allow to compare Date and DateAndTime values without taking 
> the time into account.
>

dt := DateAndTime now.
d  := Date today.

dt asDate < d asDate.



I prefer asXYZ.. methods to functions.

Cheers



More information about the Squeak-dev mailing list