Working with MySQL Date and DateTime Data Type
Wednesday, May 14th, 2008 Posted in PHP | 4 Comments »As a PHP developer, I have encountered projects that requires a manipulation of Date or DateTime field. So here are some information and tips about dealing with Date and Datetime in MySQL with PHP: MySQL Date Format: MySQL is quite strict ...