<?php $today_date = new DateTime(); $Expierdate = DateTime::createFromFormat('d/m/Y H:i:s', '09/06/2017 21:45:03'); $remaindate = $today_date->diff($Expierdate); echo $remaindate->format('%a days');
You have javascript disabled. You will not be able to edit any code.