Convert user input date format to MySQL in CodeIgniter
10:12 17 Oct 2014

I tried to convert a user input date with format dd-mm-yyyy to MySQL format yyyy-mm-dd.

I only found the functions here https://www.codeigniter.com/user_guide/helpers/date_helper.html.

Is there any way to do this?

php mysql date codeigniter date-formatting