I have a date in input type text with format like ( 23-12-2017) I want using php to change it into mysql date format Thx in advance
Asked
Active
Viewed 23 times
0
-
Did you read of this: http://php.net/manual/en/function.date.php to find what you should use? Also, do you have any code examples of what you have tried? – IncredibleHat Oct 13 '17 at 23:32
-
Or just this: https://stackoverflow.com/questions/6790930/convert-php-date-to-mysql-format – IncredibleHat Oct 13 '17 at 23:32