- iHerb sells nutritional supplements and other healthy products both domestically and internationally. New customers will save $10 on purchases of $40 or more.
-
Recent Posts
Recent Comments
- red hat on Resize and crop image from center with PHP
- Alfian on Text wrap for imagettftext
- Danilo de Oliveira on Resize and crop image from center with PHP
- Aleksandras on Installing PHPUnit with Composer on Windows
- barry on Installing PHPUnit with Composer on Windows
Categories
Tags
ajax android autocomplete CodeIgniter color data date delete difference edit in place event flush format geolocation Google Maps hybrid imagettfbbox imagettftext jeditable jQuery jquery mobile language listview macaroni mediawiki Mediawiki 1.17.0 mktime mysql order PhoneGap php post query refresh sort spaghetti strtotime suggestion text time to_days user wgSharedUploadDBname wrap Zend FrameworkLinks
Archives
Meta
I like it
Tag Archives: time
Calculate days between dates
Using php strtotime function difference between dates: Another way to set date with mktime function: Before PHP 5.1.0 negative timestamps were not supported. Under any known version of Windows date could be from 1970 to 2038 years. And using MySQL … Continue reading
Posted in Programming
Tagged date, difference, mktime, mysql, php, strtotime, time, to_days
Leave a comment
CodeIgniter VS Zend Framework
Just made two simple empty CodeIgniter 2.0.3 and Zend Framework 1.11.11 applications to compare time elapsed for script execution. CodeIgniter about 0.01s and Zend Framework about 0.07s. CodeIgniter Wins.