[PHP] HELP!!! Date time problems!!!!

2001-03-08 Thread Bruno Freire
Hi, My name is Bruno, From Brazil. Yes...it's me again...hehehe Look...my problem is.. I wanna make something like this: (10 november 2001) - (5 November 2001) = 5 days (10 november 2001) - (10 December 2001) = 30 days How can i do this Thanks for any help Your friend,

Re: [PHP] HELP!!! Date time problems!!!!

2001-03-08 Thread Pierre-Yves Lemaire
ay, March 08, 2001 7:05 PM Subject: [PHP] HELP!!! Date time problems Hi, My name is Bruno, From Brazil. Yes...it's me again...hehehe Look...my problem is.. I wanna make something like this: (10 november 2001) - (5 November 2001) = 5 days (10 november 2001) - (10

Re: [PHP] HELP!!! Date time problems!!!!

2001-03-08 Thread karakedi
te ) / ( 86400 ); } // end function - Original Message - From: Bruno Freire [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 08, 2001 7:05 PM Subject: [PHP] HELP!!! Date time problems Hi, My name is Bruno, From Brazil. Yes...it's me again...hehehe

Re: [PHP] HELP!!! Date time problems!!!!

2001-03-08 Thread karakedi
ok here is the right one working : smt was wrong with the arrays i beleive : ?php // = // This function returns the difference between a dates // and the current date. // arg1: separator // arg2: startdate date dd mm // return number of

Re: [PHP] HELP!!! Date time problems!!!!

2001-03-08 Thread Pierre-Yves Lemaire
inal Message - From: karakedi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 08, 2001 11:01 PM Subject: Re: [PHP] HELP!!! Date time problems figured out the logic, but still cant make it run i put this command : echo diff_date("/", "05/03/2001") ;

Re: [PHP] HELP!!! Date time problems!!!!

2001-03-08 Thread karakedi
upss sorry couldnt see your latest post. thx anywy :)) ""karakedi"" [EMAIL PROTECTED] wrote in message 98942f$qcd$[EMAIL PROTECTED]">news:98942f$qcd$[EMAIL PROTECTED]... ok here is the right one working : smt was wrong with the arrays i beleive : ?php //