Display localized dates in Magento
Since Magento uses the Zend Framework you are able to use Zend_Date to easily display localized dates in Magento. So, first create a Zend_Date object based on the locale set in the administration backend:...
E-Commerce / Agile / Analytics / SEO / Software Engineer & Consultant
Since Magento uses the Zend Framework you are able to use Zend_Date to easily display localized dates in Magento. So, first create a Zend_Date object based on the locale set in the administration backend:...
Despite Zend_Date‘s power and elegance to handle all kinds of different date and time formats, it (still) lacks the ability to cope with MySQL’s datetime formated strings out-of-the-box. Thus, instead of being able to...
This post describes a simple approach to implement time synchronization using Zend_TimeSync for Zend_Date using multiple time servers. First of all you will need to create a new Zend_TimeSync instance, specifying a list of...
Latest Comments