-
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
-
Yahoo Quotes accesses the Yahoo Finance site server and retrieves data for a given stock symbol. Stock data can be retrieved for the current day or for a range of days.Requirements: PHP 4.0 or higher
-
The state of select boxes for day, month and year, are created and managed.Manages state over multiple pages, so it can display exactly what the user just chose without extra work.
-
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.
-
A period of time can be subtracted from any date and the difference between two dates can be calculated.
-
The specified time offset can be in days, months and years.The calculated date is stored in separate class variables for the resulting day, month and year. It is also returned as an array with the three date values.
-
Find date takes a date formatted in any valid date format and can add or subtract a given number of days.The date gets returned formatted as dd.mm.yy.Requirements: PHP 5.0 or higher
-
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.
-
unixDate can take a given date and format it calling the UNIX shell date command. Parameters can be passed to the date command in order to add or subtract periods of time, such as years, months, day, hours, minutes and seconds.Requirements: PHP 5.0 or higher
-
The HTML and JavaScript code necessary to display an icon, that when clicked will display a calendar to let the user select a date, can be generated. The chosen date is used to fill a given text input in a given date format.The text for the week days and month names is configurable.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

