From: Chris Morris Date: 2007-01-17T06:20:36+09:00 Subject: Re: Calculate number of non-weekend days between two dates? ------=_Part_102571_31812481.1168982431362 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cool, thx for the suggestions (though I was hoping for a stdlib bit for corny reasons of my own) On 1/16/07, Phrogz wrote: > > WEEKDAY_NUMBERS = [1,2,3,4,5] this can shorten to: WEEKDAY_NUMBERS = (1..5) -- Chris http://clabs.org ------=_Part_102571_31812481.1168982431362--