Hi, I'm using Zend_Date in combination with data from an MySQL-table. I often get the following date values from MySQL (due to schema changes made after the creation of the tables): 0000-00-00 and 0000-00-00 00:00
Can I work with them in Zend_Date like any other date or should I extend Zend_Date with my own class to handle these special cases? - Marcus
