Assuming 16th is required, the following 5 results were found.
Added Joomla Admin Panel option: Border Width - Added Joomla Admin Panel option: Show Powered By - Date Uploaded: Wed, 16th Feb 2011 1.0.1- Removed all unnecessary code - Date Uploaded: Wed, 16th Feb 2011 1.0.0- Shock as its working - Date Uploaded:...
- Date Uploaded: Wed, 15th Jan 2014 3.0- Enhancement: Hardcoded DS value for Joomla 3.x compatibility. - Date Uploaded: Mon, 16th Sep 2013 2.2- Enhancement: Parameter: If viewing an article, scan Displayed Article Only - Enhancement: Code Reduction...
given - Enhancement: Compatible with Joomla v2.5.x - Fixed: Backwards compatible parameters updated - Date Uploaded: Fri, 16th Jan 2015 Download 1.5- Enhancement: Updated widget from RevolverMaps in HTML5 - Enhancement: Compatible with Joomla v3.x -...
Bug: Version compatible with Joomla v3 - Enhancement: Added thumbnail folder finder to debug notes. - Date Uploaded: Mon, 16th Sep 2013 2.4 SimonB- Fix Bug: Change for PHP v5.4 - Date Uploaded: Sun, 15th Dec 2013 2.3 EricG- Parameter: Use Access Levels...
// yields "3 days ago" (it's Thursday) $v_Str = getTimeAgo('first day of this month'); // yields "15 days ago" (it's the 16th) The same PHP function as above but somewhat minimized function getTimeAgo($p){ $s = strtotime('now') - strtotime($p); $a1 =...