... next month. It can also compare a given date with the server side date and determine whether the specified date is after of before the server date. Date Compare Support forum datechecker Calculate and compare dates Base Class File Example Using this Class Manual Site Meter
Date Validate and Compare Support forum comparedate Validate and compare dates This is a simple class that can be used to validate and compare dates. It can take a date given in the month-day-year format and verify whether the day corresponds to a valid day of the given month and year. It can also ...
Pot Pourri Support forum pot-pourri Manipulate dates, floating point values, IPs, etc. This class can perform several types of general purpose utility functions. Currently it can: - Compare and manipulate dates - Extract IEEE 754 floating point values - Validate strings with IP addresses - Extract ...
Fiscal Year Date Check Support forum datefuntions Check if a date is in the same year of another This class can check if a date is in the same fiscal year of another. It can compare a given date year, month and day to another date and return whether the first date is in the same fiscal year or more ...
Scheduled Fix DB Support forum scheduledfixdb Schedule repair and optimization of MySQL database When you have a big MySQL database, you may need to optimize and eventually repair any tables that may need it. This class allows you to schedule the execution of these tasks. After the class performs ...
Ultimate Date Parser Support forum ultimate_date_parser Parse and manipulate dates This class can be used to parse a manipulate dates. It can parse a date according formatted according to a given pattern and extracts the date components into an array. The class can also perform other data manipulation ...
This class can get the difference between times in English. It can compare two timestamps and return the difference spelled with English words. Time Difference with Unit Test Support forum date-time-helper Get the difference between times in English Class source Example script Documentation Unit ...
Easy PHP Validation Support forum easyphpvalidation Validate and fetch request and other value types. It provides functions to fetch session, cookie, POST or GET form request values, as well other functions to perform several types of validation. Currently it can validate a value as an e-mail address ...
Package of classes that provide DBMS independent access and management of databases. Currently it features: o BSD style license. o Dual API call forms: * Direct driver class object calls * Global function calls o Set of functions that call the selected DBMS driver objects functions supporting when ...
DB eSession Support forum db_esession MySQL based session management This package is meant to manage session data stored in a MySQL database using PHP built-in session handling support. General features: - Stores session data in a MySQL table using session handler built-in PHP. - Handle session ...