PHP Date & Time
Free and open source Date & Time Scripts. These Scripts mainly deal with the time and date in php also database and make the date & time output a easy way.-
The measured time can also be outputted to the current page.
-
The output can be overridden and database lookups can be easily implemented to form an event system.
-
Dates can be returned as MySQL timestamp, timestamp, day, month, year separately and in one string. Key Features of TinyDateHelper:- 6,7 -> 06.07.2003 (expands to the current year)- 6,7,99 -> 06.07.1999- 6.7 -> 06.07.2003- 06,07 -> 06.07.2003- 06-07-03 -> 06.07.2003- 6sjdfh7sjdk -> 06.07.2003
-
Normal date formats such as "dd-mm-yy" which will display Monday 13 August 2001, can be used.
-
The dates for Ascension, Easter Pentecost, Ash Wednesday and Good Friday, can be computed for a specified year. Requirements: PHP 5.0 or higher
-
Classe Prestazioni can count the time from a given point of the start and end of a script. The difference between the start and end times can be printed.Requirements: PHP 4.0 or higherLimitations:The code and the comments are in Italian.
-
ubDate can take a given date and time and subtract a time interval in seconds, minutes, days, months or years.The day of the week corresponding to the resulting date can also be outputted in a specified language.Requirements: PHP 5.0 or higher
-
The date and time can be supplied in a format and returned in another.Requirements: PHP 5.0 or higher
-
Two dates that defined the first and last days in the range, are passed as parameters. Make Days List returns an array with timestamp values of each day from the first and last days.Requirements: PHP 4.0 or higher
-
The PHP date pattern format can also be used to display the timestamp.
-
The date of the next weekday to a specified date is determined.Requirements: PHP 5.0 or higher
-
Private variables with the current date are initialized and the date formatted with the order for year, month and day, separated by a customizable character, is returned.
-
Date() is a very good function to render date strings. But it is difficult to generate german date strings. The short day format in German is only two characters long, not three.Monday is not Mon but Mo in short format "D". An example can be seen in the class heading comment. Use the standard date() syntax and have German date ...
-
Several operations can be performed on a specified date through OperacaoData.Key Features of OperacaoData:- Validate the date format- Add days, months or years- Calculate the difference between two datesRequirements: PHP 5.0 or higherLimitations: The code and the comments are in Portuguese
-
Dates can be parsed to determine their format through DateUtil.Key Features of DateUtil:- Internationalization- Date calculations- Missing value support- Formatting- Language support through configuration files. Supported languages are English, Dutch, German, French, Italian, Spanish, Brazilian, Greek, Czech, Norwegian, Argentinian, Russian, Japanese, Danish, Indonesian, Finnish.

