>我正在研究一个时间系统,当一些人打卡时,我需要花时间打卡
i.e 2011-05-20 08:30:00 (punch in time) - 2011-05-20 17:30:00 = X hrs
or 2011-05-20 09:45:00 - 2011-05-25 17:57:00 = X days Y hrs
任何帮助都会很棒!
首先:如何使用PHP计算两个日期之间的差异?
然后: http://www.php.net/manual/en/datetime.diff.php
在 SQL 中:http://www.w3schools.com/SQl/func_datediff_mysql.asp