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 6:03

Addendum to last message CR> But if it's only the day's we're considering, it makes more sense CR> to ignore the time. someday/date <= anotherday/date etc. (Thus CR> getting around the need to use Anton's < 1st-of-next-month.) And what does that do to generic bounds comparisons? foreach file files [ if within month-bounds 'mar-2007 modified? file [...] ] -- Gregg