Re: [PHP] subtracting 2 time strings

2002-08-11 Thread Christopher Molnar
Thanks! Worked perfectly! -Chris On Sunday, August 11, 2002, at 09:27 AM, Matt wrote: >> From: "Christopher Molnar" <[EMAIL PROTECTED]> >> Sent: Saturday, August 10, 2002 11:37 AM >> Subject: [PHP] subtracting 2 time strings > > >> Help! >>

Re: [PHP] subtracting 2 time strings

2002-08-11 Thread Matt
> From: "Christopher Molnar" <[EMAIL PROTECTED]> > Sent: Saturday, August 10, 2002 11:37 AM > Subject: [PHP] subtracting 2 time strings > Help! > > I can't find reference to it in the manuals but I need to subtract to > time strings. >

[PHP] subtracting 2 time strings

2002-08-11 Thread Christopher Molnar
Help! I can't find reference to it in the manuals but I need to subtract to time strings. ex: time_in = 11:00 time_out = 13:45 job_time = 2:45 I have stored these times into mysql as a TIME type column (yeh... I know really dumb - but to much data at this point to loose). Does anyone have