PHP / Zend custom date input formats
- by mld
Hi,
I'm creating a library component for other developers on my team using PHP and Zend. This component needs to be able to take as input a date (string) and another string telling it the format of that date. Looking through the Zend documentation and examples, I thought I found the solution -
$dateObject = Zend_Date('13.04.2006',…