Jump to content

[SOLVED] Subtracting Time


atlanta

Recommended Posts

Hi all,

 

I having some trouble substracting time.. well ok here the basics of my project students clock in and out and i have it subtract the clock out from the clock in and i want it to output to me how many hours and mins they were clocked in . I was doing some test solutions but the one below actually outputs the hour it click in or out not the amount subtracted from each other.

The time in the below code is 3 mins and 17 secs from each other but as you can see it does output 00 for hours it gives you

 

<?php
$posted_date = "1202478546";
$cur_date = "1202478743";
$time_pass = $cur_date - $posted_date;
$elapsed_time = date("H \h\o\u\\r\s\ i \m\i\\n\s\ s \s\e\c\s",$time_pass);
print "$elapsed_time";
?>

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.