Just discovered this very sweet Rebol/View feature:

>> adate: request-date
== 17-Oct-2001
>> adate
== 17-Oct-2001

I would like to extend it... to allow range of a dates, times, dtes adn times etc.. 
but  following this great interface.

>> source request-date
request-date: func ["Requests a date." /offset xy][
    if none? base [init]
    either offset [inform/offset date-lay xy] [inform date-lay]
    base
]

but
>> source date-lay
date-lay: undefined

Where to go from here?

thanks
- Jason



-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to