I have a timestamp field (using the timestampable template) that I want formatted differently in the results for only one SELECT query. Is there a way to pass in a date/time format string in the Doctrine_Query::create() method? Or maybe there's a way with ->setParams() or ->setOptions?
I could format the date in the View using Zend_Date, but there's something in the back of my mind that doesn't like that idea.