Skip to content
Advertisement

laravel sort an array by date

hello friends I have an array that looks like this:

JavaScript

My goal is to sort it by the date. So from new to old.

If tried this:

JavaScript

But I get this nasty error:

JavaScript

Anyone can help me out? I guess the error is caused because it’s a collection function? Is it not possible to sort my array with this function?

Many Thanks in advance!

Advertisement

Answer

you have to create your own function

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement