Answers for "get min date from array php"

PHP
1

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

Browse Popular Code Answers by Language