-
This class was created to hold a range of dates and make it easy to check if a given date is within that range. You can also set a series of dates to be excluded from this range.For example, create a range of "December 21, 2007" to "March 21, 2008" and call it "Spring." You could then check to see ...
-
Bob's DateCalculator will calculate a date by adding or subtracting a certain number of days. Choose from different outputs. You can change, distribute or even sell the script.
-
Date-different is a simple script to calculate the difference between two dates and express it in years, months and days. Use as in: "my daughter is 4 years, 2 month and 17 days old" ... Feel free to use this script for whatever you want.
-
DateRange is a fairly simple php class. It’s main function is to create a range of dates - allowing you to quickly check to see if a given date is within that range. DateRange stores the start and end dates as Unix timestamps, but it is designed to take either a timestamp or a formatted date string as input. It ...
-
Range Compare then returns -1 if the comparison value is less than the mid value + the range value but not greater than the mid value - the range value.0 is return if the comparison value falls within the the mid value +/- the range value. If the comparison values is greater than the mid value + range, the class ...
-
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
-
TimeControl is meant to determine whether the current time matches one or more different date range validation filter rules.Multiple filter rules may be added verify whether the current time matches the year, month, day, week, day of week, hour or minute.
-
Day Iterator iterates over the days of a range of dates. It takes an initial and an end date in the form of timestamps to specify the date range.Day Iterator implements the PHP 5 Iterator interface. Using the foreach command, it returns each day contained in the given date range.
-
PHP Day Chooser is a simple PHP script for choosing a date between a starting and the ending date.

