Published
- 1 min read
php mysql timestamp format
The solution for this is noted below
php mysql timestamp format
Solution
date("Y-m-d H:i:s", strtotime($_POST['timestamp']));
Try other methods by searching on the site. That is if this doesn’t work