Welcome Guest, Not a member yet? Register   Sign In
date storing problem
#1

[eluser]Unknown[/eluser]
I want to store current date in database for that i am using now() but when i check in database it stores date as 0000-00-00 00:00:00
do i need to convert it?
Code:
//model code
$this->load->helper('date');
//my query in model
$sql=array('Mood'=>$mood,'Date'=>now(),'BlogTitle'=>$this->input->post('BlogTitle'),'BlogDescription'=>$this->input->post('BlogDescription'),'Music'=>NULL,'BlogVisited'=>FALSE,'BlogStatus'=>1);
Thanks for the help




Theme © iAndrew 2016 - Forum software by © MyBB