-
Count Hour Class can compute the difference of two time periods in seconds. The output can be formatted to display the time difference in hours, minutes and seconds. Requirements: PHP 3 or higher
-
The difference of time between two given dates is stored in separate class variables as days, hours, minutes and seconds.Requirements: PHP 5.0 or higher
-
date object is possible to compute the difference between 2 dates in days, hours, minutes, seconds. A period value of days, hours and years can be subtracted and the textual representation of the resulting date can be returned.There are also other useful methods to get common information, like the day of the week, days in month, day of year, or ...
-
Calculate Date Difference takes two dates with time and computes the time that goes from one to another. An associative array containing entries with the time difference in years, months, days, hours, minutes and seconds, is returned.Requirements:PHP 5.0 or higher
-
PHP unified diff patcher isa powerful class which allows to create and merge unified diff patches into any file. Fully written in PHP, uses the GNU standard unified diff format and allows any t and allows any on / update / deletion).
-
CalcDate can be used to calculate the difference between two dates. It implements an date difference calculation.CalcDate takes UNIX timestamp values as arguments. The difference between two dates is returned as an associative array with entries that represent the time interval in terms of years, months, weeks and days.
-
DateClass is a simple class that can be used to calculate difference between two given dates. The class can return the period of time between the two dates in seconds, minutes, hours, days, months or years.
-
Utility class to get the the server time difference. If your local time is *behind* the server time, then change the " " to a "-" in the example variable $h.
-
Simple Date Time Object is a simple class to perform calculations with dates and times and convert formats between those used by PHP and MySQL.It may perform date and time calculations like adding and subtracting a period of time, calculating the difference of days between dates, etc..Simple Date Time Object may also generate different HTML form select fields with options ...
-
CalcDateDiff is a simple class that can can calculate the number of days between two dates. The input dates should be given in the ISO format (YYYY-MM-DD).
-
Two times are taken, first at the beginning and the second time at the end of the script. Subsequently, the difference of the times is determined and returned.

