if i do
$red = date('Y-m-d H:i:s', strtotime("+2 Months"));
echo $red;
I get the real month with exact time, but if i want to get current time the time is not shown
if i do
$red = date('Y-m-d H:i:s', strtotime("+2 Months"));
echo $red;
I get the real month with exact time, but if i want to get current time the time is not shown