I want to do a code which will get the current time();
The print how many hours, days minutes to a set time
For example
$now = time();
$mynewdate = 'Monday 10 August 1130pm';
echo "Minutes till newdate" \n;
echo "Hours till newdate" \n;
echo "Days till newdate";
How can I do this?