Not only that but
There is already a graphical calendar for rebol/view in the demos.
Someone already wrote it.
Who has the pointer/link to it?
-----Original Message-----
From: Geoffrey Koplas [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 25, 2000 9:35 AM
To: [EMAIL PROTECTED]
Subject: [REBOL] Re: [REBOL]
Just guessing here, jn, but I think he might mean the following issue:
>> thisday: now/date
== 25-Oct-2000
>> otherday: thisday + 5
== 30-Oct-2000
>> print otherday - thisday
5
-- perhaps he's looking for a way to obtain that "otherday - thisday"
results in the date format for October fifth, not the integer 5.
Just guessing on the nature of the original question,
-Geoff
>
> Hi, Sharriff,
>
> [EMAIL PROTECTED] wrote:
> >
> > Hi List!
> >
> > One cannot use the "+" or "-" operators on a Date! value, how does one
> > increase or step through date! values then? I�m trying to construct a
> > graphical calender.
> >
>
> How did you reach that conclusion?
>
> >> thisday: now/date
> == 25-Oct-2000
> >> thisday + 1
> == 26-Oct-2000
> >> thisday - 1
> == 24-Oct-2000
>
> -jn-
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.