Answers for "php date time minus 1 minite am"

PHP
0

php date format minus 1 day

date('Y-m-d',(strtotime ( '-1 day' , strtotime ( $date) ) ));
Posted by: Guest on September-05-2021
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