Answers for "php subtract mins to datetime"

PHP
0

php subtract mins to datetime

$datetime_from = date("Y-m-d H:i", strtotime("-45 minutes", strtotime($thestime)));
Posted by: Guest on October-03-2021

Code answers related to "php subtract mins to datetime"

Browse Popular Code Answers by Language