Welcome Guest, Not a member yet? Register   Sign In
Trouble inserting date in to datetime field
#2

[eluser]Georgi Budinov[/eluser]
Perhaps your problem is here Smile

Code:
protected function convert_date_to_sqldate($date)
{
    return date('Y-m-d hh:mm:ss', strtotime($date));
}

to

Code:
protected function convert_date_to_sqldate($date)
{
    return date('Y-m-d H:m:i', strtotime($date));
}

Check this http://php.net/manual/en/function.date.php


Messages In This Thread
Trouble inserting date in to datetime field - by El Forum - 07-24-2010, 10:30 AM
Trouble inserting date in to datetime field - by El Forum - 07-24-2010, 05:26 PM
Trouble inserting date in to datetime field - by El Forum - 07-24-2010, 05:35 PM



Theme © iAndrew 2016 - Forum software by © MyBB