I have a multidimensional array and I need to sort the rows by the FAILURE_DATE
value within the MF_B302
column.
[
[
'MF_B302' => ['FAILURE_DATE' => '2010-02-01 00:00:00'],
0 => ['claimnum' => 1]
],
[
'MF_B302' => ['FAILURE_DATE' => '2009-08-10 00:00:00'],
0 => ['claimnum' => 2]
]
]
How do I do this?