PHP Date and Time Related Script
The following PHP scripts will help you with several date and time related functionality. Some of these are very specific while others are generic scripts.
- PHP Date Manual - The official PHP date manual is where we start looking up for generic usage of date() function of PHP.
- PHP date compare - This article demonstrates some ways about how you can compare dates in your PHP code.
- UNIX timestamp comparison - Compare two different Unix timestamps using simple PHP code.
- PHP GMT Converter Class - This class can be used to Convert time between zones defined in a MySQL database.
- Date difference using PHP - Calculate difference between two given dates using PHP