Skip to content

Instantly share code, notes, and snippets.

@peterlozano
Created June 23, 2016 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterlozano/df6330ebbe28e5ccf0157e49a8811616 to your computer and use it in GitHub Desktop.
Save peterlozano/df6330ebbe28e5ccf0157e49a8811616 to your computer and use it in GitHub Desktop.
<?php
// For field of type datestamp
db_insert('table')
->fields(array(
'created' => date_create()->format('Y-m-d H:i:s'),
))
->execute();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment