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

[REBOL] Re: to-date

From: SunandaDH:aol at: 14-Nov-2003 11:50

Matt:
> info/date <------- string version of the date > print type? to-date info/date <---------- returns string!
Sounds strange. One possibility ..... Could you have redefined to-date ? from-date: "last tuesday" to-date: "tomorrow" print type? to-date info/date ==string [value of info/date] You can check with source to-date Sunanda.