Mysql
 sql >> Database >  >> RDS >> Mysql

Inserisci i dati da datepicker nel database usando php

Usa il formato appropriato

//converting one date format into another
    $date = date('Y-m-d', strtotime($this->input->post['date']));