I'm trying to use the Zend_Date
class for my project. I'm working with the PHP Storm IDE and I've searched throughout the ZF2 folder which is included in my project under the:
/vendor/ZF2/library/Zend/ -> now it should be somewhere here but I couldnt've find it in the folder structure...
I've also tried doing the following in code:
$date = new Zend_Date();
but it prints out the following error:
Undefined class Zend_Date
Where am I supposed to find the Zend_Date
class, and if it's not included in my folder structure, where can I get it ?