Extends of Cakephp TimeHelper
Utilities to complete and simplify the cakephp TimeHelper
- a method to return a long or short date time without know php date format (only works on Windows Server)
Cakephp 2.7 (not tested on 2.8 branch)
0.1
Copy the file MyTimeHelper.php into app/View/Helper/ directory
Declare into AppController or a extend of AppController : public $helpers = array('MyTimeHelper');
Nicolas HENRY