-
Date and Time Calculator can set the date and time to a given value and then it can add or subtract a given amount of time in either seconds, minutes, hours, days, weeks, months or years.The resulting date and time can either be stored in a class variable for later use or returned.Requirements: PHP 5.0 or higher
-
The function stop() only works once per timer or after the function restart() is called. Each timer can be assigned a particular name.
-
Distance Time can be used to perform several calculations such as speed and pace for activities such as running, swimming or cycling. It takes as parameters the distance, the distance units, and the time split in seconds, minutes and hours.Distance Time can calculate:- The split time in hours, minutes or seconds- The distance in several units- The average pace and ...
-
CBenchmark can be used to measure the time a PHP script takes to execute. It can start measuring execution time in different script check points. Each check point is tagged with a label.CBenchmark can also measure the time to execute a given function of a given object class.The execution time statistics can be presented in an HTML table showing the ...
-
Validate is able to validate string values formatted according to the American standards. It supports validation dates, times, URLs, e-mail addresses, names, money amounts, zip codes and phone numbers.
-
Measure PHP execution time using this small and simple script. PHP typically executes very quickly, though some code takes significant time to execute, i.e. retrieving and parsing remote files, image manipulations, complex and/or multiple SQL queries, etc. If code is choking your server's CPU, or your site visitors are clicking away because your page is taking too long to respond, ...
-
All in one date class can be used to perform many types of operations with times and dates. It is similar to the JavaScript date class.Functions of All in one date class:- Retrieve a date represented in different formats- Extract date day, month, year- Extract the time hour, minute, second and millisecond- Parse and set the current date and time ...
-
Benchmark can measure the time it takes to execute each parts of a PHP script. It can take note of different check points of the current script and thet time that elapsed since the start. Then it can generate an HTML report that show various types of statistics.Features of Benchmark:- Assign a mark to a check point in part of ...
-
Kalender classes is a class that computes and displays month calendars in HTML table denoting days known to be holidays.Several presentation details may be configured including the locale dependent texts like the names of the months and holidays.Kalender classes comes with locale text definitions for German in a separate script but other scripts may be used to present the calendar ...
-
Date Span can calculate the time span between dates, not just in numbers but also spell it in a more natural was using words like this: "1 year, 6 months and 12 days".Date Span is very useful when you need to present to the users how much time have passed since a past event in an easy to understand way. ...
-
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.
-
Time Manipulator is meant to perform operations on time values. Time Manipulator can add or subtract seconds, minutes or hours to a given time. Time Manipulator can also also:- Get the current time- Get second, minute, hour values of a date separately
-
Sunset & Sunrise can be used the to calculate the time of sunrise and sunsite of any place in the world. It takes the latitude and longitude coordinates of a place as well its timezone offset and calculates the sunrise and sunset time for today.The calculations also consider daylight savings time adjustments. Sunset & Sunrise calculates sunrise and/or sunset for ...
-
phpCheckTime is a simple class that can measure the time a script takes to run, like a cronograph. It provides functions to start, stop, resume and retrieve the time elapsed until a given moment.Limitations:The comments and the example code are in Spanish.
-
Astro Class is a simple class that can determine the signs of a given date in the chaldean or chinese zodiacs.The date must be passed in the ISO format (YYYY-MM-DD). The zodiac signs are returned in class variables.

