I want to print formatted dates on my page. I have an object date and I use $this->Time->format() for formatting. Everything works fine before December 27th. Unfortunately a
Try specifying the date format as 'yyyy'. The case is important.
'yyyy'
debug($this->Time->format($date, 'yyyy'))