Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: convert money values to integer?

From: gregg:pointillistic at: 26-Aug-2007 22:37

Hi Tim, TJ> Well, I just learned something new! TJ> On a related note, look here:
>>> t: now/date
TJ> == 26-Aug-2007
>>> t/1
TJ> == 2007
>>> t/2
TJ> == 8
>>> t/3
TJ> == 26 TJ> ;; but the path referencing is counter-intuitive TJ> ;; (to me anyway)
>> make date! [2007 4 16]
== 16-Apr-2007 -- Gregg