Using different Date format in CakePHP 1.2
CakePHP, Development, General, Labs, PHP December 20th, 2007
Here I would like to show you a behaviour which will help you to handle different date format than yyyy-mm-dd supported from the database. The reason why I created this behaviour is because in most of my projects I had a requirement to display the date format in human readable format.
So, without extra words here is the behaviour class:

