I have been searching for quite a while now and I can\'t figure out why my query isn\'t working for dates.
I want it to be imported to my database as a Date, this is a c
after date is inserted you can format after query $new_format=date('h:i:s d/m/Y',strtotime($date_string));
$new_format=date('h:i:s d/m/Y',strtotime($date_string));