Posts by Rodrigo Rodrigues • 1 point
1 post
-
-1
votes4
answers2194
viewsA: Subtract one hour from Current time
Returns one hour before the current date and time. date('d/m/Y H:i', strtotime('-1 hour', strtotime(date('Y-m-d H:i:s'))));
phpanswered Rodrigo Rodrigues 1