Reputation: 11157
I am using Codeigniter and mysql.
I got the facebook user birthday with 01/23/1999 format
and I got date YYYY/M/D format in mysql table.
How can I insert it?
I tried but I got 0000/00/00 and also tried str_to_date() but no idea why codeigniter cannot pass it.
Upvotes: 0
Views: 920