I\'m having problems getting the date inserted properly into my database.
$date = date(\'m/d/Y h:i:s\', time());
I use this format, and, it
Just use with your timezone :
date_default_timezone_set('Asia/Kolkata'); $date=date("Y/m/d h:i:sa");