i have array where one of the key is datetime , and its value format looks like this :
dec/10/2017 01:50:33
and my problem is , when i insert to database , the value changes become like :
0000-00-00 00:00:00
Could you help me to fix that ?? how to fix that in php, Thanks