Skip to content

Instantly share code, notes, and snippets.

@dinhkhanh
Created June 9, 2015 09:50
Show Gist options
  • Save dinhkhanh/f5e2c682bb3bb8472d12 to your computer and use it in GitHub Desktop.
Save dinhkhanh/f5e2c682bb3bb8472d12 to your computer and use it in GitHub Desktop.
Get Store time
<?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