here is my code for the current date time (now):
$my_date_time = date('Y-m-d H:i:s');
how can I add one hour while keeping that format?
$my_date_time = date("Y-m-d H:i:s", strtotime("+1 hours"))
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With