Array
(
[0] => Array
(
[userId] => 907
[process] => expert
[date] => 2019-10-01 17:55:09
)
[1] => Array
(
[userId] => 906
[process] => undefine
[date] => 2019-10-01 17:55:23
)
[2] => Array
(
[userId] => 907
[process] => comment_or_sendconfirmation
[date] => 2019-10-01 17:55:35
)
[3] => Array
(
[userId] => 907
[process] => expert
[date] => 2019-10-01 17:55:54
)
[4] => Array
(
[userId] => 906
[process] => newcountry
[species] => 3
[date] => 2019-10-01 17:56:21
)
[5] => Array
(
[userId] => 906
[process] => comment_or_sendconfirmation
[date] => 2019-10-01 18:06:35
)
]
I have an array and i want to reorder base on [date] descending sort DESC Closest date must be first alement of array.
I tried something but confused. I am waiting your assists! Thank you