<?php $arr = [ 1 => [ 'Date' => 2015-11-04 ], 2 => [ 'Date' => 2015-11-05 ] ]; usort($arr,'mySortDate'); function mySortDate($a,$b) { var_dump($a); }
You have javascript disabled. You will not be able to edit any code.