The strtotime() function user manual doesn't give a complete description of the supported date formats. strtotime('dd/mm/YYYY') doesn't work, it works only with mm/dd/YYYY format.
If I have the date in dd/mm/YYYY format, how can I convert it to YYYY-mm-dd?