Also if you're planning on doing regular math with the outputs it's pretty
easy to check if it's been 24 hours if you're using a unix time stamp,
if((larger - smaller) >= 86400) do something.
""kvigor"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Cool,
Like Ambien, It worked li
Cool,
Like Ambien, It worked like a dream.
"Robert Cummings" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Sat, 2007-06-23 at 21:29 -0500, kvigor wrote:
>> Good Day,
>>
>> I'm chech if 24hrs has passed between these 2 datetimes:
>>
>> $dTime1 = 2007-06-21 11:08:09;
>>
>> $dTi
On Sat, 2007-06-23 at 21:29 -0500, kvigor wrote:
> Good Day,
>
> I'm chech if 24hrs has passed between these 2 datetimes:
>
> $dTime1 = 2007-06-21 11:08:09;
>
> $dTime2 = 2007-06-22 07:08:09;
>
> I'd really like to convert the datetimes above into a format I can do
> regular math them.
$foo
Good Day,
I'm chech if 24hrs has passed between these 2 datetimes:
$dTime1 = 2007-06-21 11:08:09;
$dTime2 = 2007-06-22 07:08:09;
I'd really like to convert the datetimes above into a format I can do
regular math them.
Browsing around I've found the following code. But both weren't clear on
4 matches
Mail list logo