Created
June 9, 2015 09:50
-
-
Save dinhkhanh/f5e2c682bb3bb8472d12 to your computer and use it in GitHub Desktop.
Get Store time
This file contains 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
<?php | |
Mage::app() | |
->getLocale() | |
->date(strtotime('now'), null, null, false) | |
->toString('H:m:s'); | |
// distinguish 'm' in PHP and in Magento (month vs minute) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment