----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 04, 1999 3:39 PM
Subject: [REBOL] Dates Re:


> 
>    Howdy Allen:
>  
> > Hi Rebols,
> > 
> > Has anyone got an  i-date  to REBOL  date formatter? Or  is
> > there one  built in I   haven't found.  I  actually thought
> > that to-date might work...but alas no luck
> 
>     >> to-date skip to-idate now 5
>     == 3-Nov-1999/21:37:42-8:00
> 
> -jeff
> 
> 

You're a wonderful man Jeff ;-). 
Maybe in a pre-emptive strike, you could add it to the faq ?


from-idate: func [i-date [string!]][to-date skip i-date 5]

Cheers,

Allen K





Reply via email to