1) it is necessary to display the current date in this format: 03/24/2016
2) still need to take such a date for example:
$date = '10.03.2016';
and add to it for example 30 days, which would be like this:
echo $date; //Ответ: 09.04.2016
Completely confused, I do not know how to do it all. Help me please.