Skip to content

Instantly share code, notes, and snippets.

@herveguetin
Created May 26, 2014 22:20
Show Gist options
  • Select an option

  • Save herveguetin/341b48b4ad34530794b0 to your computer and use it in GitHub Desktop.

Select an option

Save herveguetin/341b48b4ad34530794b0 to your computer and use it in GitHub Desktop.
Check if current Magento store date is in given range
<?php
Mage::app()->getLocale()->isStoreDateInInterval(null, $myfromDate, $myToDate);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment