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

[REBOL] Re: [date date! month month-bounds] MONTH-BOUNDS func design

From: gregg:pointillistic at: 30-Jan-2008 7:36

Hi John, JB> It cant be implemented with JB> MONTH-BOUNDS/days to just get the days JB> And JB> MONTH_BOUND/days/time to get both? Sure, it could. If so, what does MONTH-BOUNDS with no refinements return? And what should the refinements be called? In your example, I might use /date rather than /days, since that is use by NOW and the date! datatype. To me, /days means "return a block of days in the month", probably because it's plural. -- Gregg