Re: calculate time difference
Convert your two timestamps to unix timestamp, subtract them, convert the result to HH:MM:SS
Here's some documentation:
http://php.net/manual/en/function.time.php
http://www.php.net/manual/en/function.date.php
http://php.net/manual/en/function.strtotime.php
Even better: google php time difference
On Sun, Jun 27, 2010 at 11:08 AM, raghu <raghu.k.nandan@gmail.com> wrote:
Hey all
Can anyone help me with a prog to calculate time difference in
HH:MM:SS format.
Thanks in advance
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home