[REBOL] Re: R: Date math bug?

2004-03-24 Thread Gabriele Santilli
Hi Giuseppe, On Wednesday, March 24, 2004, 2:28:22 PM, you wrote: GC Bruno, it seems that you can't make the difference of a date/time with GC another greater. GC In the second example, the correct expression is test2 - test1 The problem actually is that SUBTRACT returns the number of days

[REBOL] Re: R: Date math bug?

2004-03-24 Thread Maarten Koopmans
Hi Gabriele, GC Bruno, it seems that you can't make the difference of a date/time with GC another greater. GC In the second example, the correct expression is test2 - test1 The problem actually is that SUBTRACT returns the number of days between the two dates; so the result is

[REBOL] Re: R: Date math bug?

2004-03-24 Thread Volker Nitsch
On Mittwoch, 24. März 2004 17:04, Maarten Koopmans wrote: Hi Gabriele, GC Bruno, it seems that you can't make the difference of a date/time with GC another greater. GC In the second example, the correct expression is test2 - test1 The problem actually is that SUBTRACT returns the