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'));