Skip to content

Changing date format – Laravel

I have a column in my table named expiry which has type VARCHAR. In the column, there is a mixture of date format like YYYY-MM-DD and MM-DD-YYYY. How can i re-arrange the format MM-DD-YYYY to YYYY-MM-DD in my laravel view blade ? View In the view above, it throws an error Could not parse ’02-27-2021&#82…