Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^4: Determing Week Ranges between given date range?

by mojotoad (Monsignor)
on Oct 12, 2010 at 21:54 UTC ( [id://864963]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Determing Week Ranges between given date range?
in thread Determing Week Ranges between given date range?

Sort of...actually, I cribbed that code from something I had lying around -- that code was designed around the convention of 0=Mon, 1=Tue, etc. But I forgot, oops.

After fixing that assumption, this also works (closer to the form I originally used). 0=Sun, 1=Mon ... :

days => ($first_dow + (6 - $week_s->dow())) % 7
Thanks for spotting it.

Cheers,
Matt

Replies are listed 'Best First'.
Re^5: Determing Week Ranges between given date range?
by ikegami (Patriarch) on Oct 12, 2010 at 22:51 UTC
    Yeah, that's functionally equivalent, but I wanted to keep the two halves of the equation separate (calculating the last day of the week and calculating the number of days until the last day of the week). In mine, ($first_dow + 6) can be replaced with $last_dow.
      How dare you introduce clarity!

      Cheers,
      Matt

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://864963]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-04-24 03:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found