Skip to content

Instantly share code, notes, and snippets.

@thexdev
Last active December 12, 2019 13:38
Show Gist options
  • Save thexdev/745dd291887672bb1dd42a1485f812b3 to your computer and use it in GitHub Desktop.
Save thexdev/745dd291887672bb1dd42a1485f812b3 to your computer and use it in GitHub Desktop.
PHP date function syntax to fill the value in mysql datetime column.
<?php
$now = date("Y-m-d H:i:s");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment