Skip to content

Instantly share code, notes, and snippets.

@stoddsie
Created May 21, 2013 07:33
Show Gist options
  • Save stoddsie/5618102 to your computer and use it in GitHub Desktop.
Save stoddsie/5618102 to your computer and use it in GitHub Desktop.
CODEIGNITER:today's date
$this->load->helper('date');
$today = 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