Last active
May 22, 2018 22:16
-
-
Save Bat-Chat/1604f7a86f10de6446e4a36694a569ba to your computer and use it in GitHub Desktop.
# time in magento
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$zendDate = Mage::app()->getLocale()->date(); | |
$zendDate->toString(Varien_Date::DATETIME_INTERNAL_FORMAT); | |
$zendDate->sub('30',Zend_Date::MINUTE_SHORT)->toString(Varien_Date::DATETIME_INTERNAL_FORMAT); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment