Kriuchko
1/9/2019 - 11:02 AM

Date timestamp strtotime time

Magento 1 date timestamp strtotime time


$special_from_date = strtotime($_helper->productAttribute($_product, $_product->getspecial_from_date(), 'special_from_date'));

$special_to_date = strtotime($_helper->productAttribute($_product, $_product->getspecial_to_date(), 'special_to_date'));

$now = strtotime(date('Y-m-d h:i:s'));