Hello, i have a date in my database column like this 2013/05/24 i want to format it using STR_TO_DATE I want to know which syntax is correct below ? 1. SELECT STR_TO_DATE('2013/05/24','%Y/%m/%d'); PHP: 2. SELECT STR_TO_DATE('2013/05/24','%Y %m %d'); PHP: