<?php date_default_timezone_set('Asia/Jakarta'); $a = (new DateTime())->modify('+5 DAY')->format('Y-m-d H:i:s.u'); $b = (new DateTime())->format('Y-m-d H:i:s.u');
You have javascript disabled. You will not be able to edit any code.