sydney
4/24/2019 - 2:41 PM

Get Date/Time Right Now with Formatting

<?php

$now = new DateTime();
$now = $now->format('Y-m-d H:i:s');