Posts by Gabriel Souto • 111 points
1 post
-
1
votes2
answers203
viewsA: How to get the exact date and time after updating a record?
You are entering the month in place of the minutes. The correct syntax is: date('Y-m-d H:i:s', time())
1 post
1
votes2
answers203
viewsYou are entering the month in place of the minutes. The correct syntax is: date('Y-m-d H:i:s', time())