-
The goal of Format timestamp is to simplify the manipulation of date and time values that are used in calculations and later are stored in database fields.With Format timestamp is it possible to convert a date and time field into a (ISO or UNIX) timestamp and vice-versa. The date and time values are validated before converting them.
-
Processing can retrieve the time value in the start and the end of section of script and then compute the difference of the time between the start and end points.A message showing the time the page took to be generated, can also be displayed.Requirements: PHP 5.0 or higherLimitations: The comments in the class are in Portuguese
-
Start, stop, pause, unpause and rest functions are provided for controlling the timer. A "running time" can be obtained without stopping the timer.Deathead's Timer is very user-friendly and offers its own error system.
-
For example, timers can return the time it took a page to load into the browser.
-
A timestamp is taken as argument and used to build the string of words spelling the time in English.Requirements: PHP 5.0 or higher
-
Thread-Safe Locale Class can retrieve several types of values that depend on the country and idiom for a given locale such as the format for date, time, money, country name, etc..The Linux/Unix system locale command is used instead the PHP setlocate function.Requirements: PHP 4.3 or higher
-
The microtime() function is used to measure the execution time.Requirements: PHP 3.0 or higher
-
TimeTaMeR uses the PHP time and date functions to determine the server time zone, server time and GMT time.A Javascript can set a cookie with the time on the Web user machine. The class reads that cookie to determine the Web user machine timezone offset comparing the Web user machine time with GMT time, considering eventual day light savings time ...
-
SQL Time is a simple class that converts date and time values between the ISO format (YYYY-MM-DD hh:mm:ss) used by SQL databases (DATE, TIME, DATETIME) and timestamps used in Unix systems.SQL Time converts ISO date and time strings guessing their type according to the string length.
-
A legend can optionally be displayed next to the clock.
-
The estimated download time is displayed in hours, minutes and seconds.Estimated Download Time also provides an utility functions to retrieve the size of a given file and also to convert a file size in bytes to KB, MB or GB.
-
The geographic coordinates and time zone of the location are taken as parameters. Sun - set, rise, dawn, dusk can compute and return the time of the location's sunset, sunrise, dusk and dawn.Requirements: PHP 3.0 or higher
-
Salat takes the date of the year and the geographic coordinates of a location and returns an array with the local time on which obligatory prayers should occur.The mandatory prayers are: Fajr, Zuhr, Asr, Maghrib and Isha.Requirements: PHP 5.0 or higher
-
Timer can be used to measure how long it took for a page to be interpreted by the php engine.
-
Clase DateTimeManager takes as parameter a date with time in the ISO format as it is used also by MySQL. It can take an empty date string to specify the current date and time.A value of years, months, days, hours, minutes or seconds can be added or subtracted from the specified date. The resulting date is returned in the ISO ...

