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: carl::cybercraft::co::nz at: 30-Jan-2008 7:38

On Tuesday, 29-January-2008 at 4:51:20 Gregg Irwin wrote,
>days-in-month isn't enough by itself though, since it has no concept >of a time associated with each day, which needs to be 0:0:0 for the >first day and 23:59:59 for the last.
But if it's only the day's we're considering, it makes more sense to ignore the time. someday/date <= anotherday/date etc. (Thus getting around the need to use Anton's < 1st-of-next-month.) -- Carl Read.