Re: [PHP] Re: Bi-weekly pay period

2003-02-03 Thread Jason Sheets
This code *should* do something similar to what Phillip suggested. It will figure out the correct Sunday based on whether the week is odd or not, then it will add the correct number of days to get to either next Saturday or the Saturday after next Saturday. On Mon, 2003-02-03 at 18:15, Philip H

[PHP] Re: Bi-weekly pay period

2003-02-03 Thread Philip Hallstrom
> I'm writing a quick little thing to act as a time clock since people are > writing out by hand and it's not so accurate. It's basically click a button > to clock in and click a button to clock out. > > What I also want to do is create a report (well I've already created the > report) but I want t