I have the following array that contains file information for a folder:
Array
(
[name] => Apresenta__o1.ppt
[server_path] => C:\wamp\www\portais\arquivos\alunos_45258\files\Apresenta__o1.ppt
[size] => 174080
[date] => 1432943066
[relative_path] => C:\wamp\www\portais\arquivos/alunos/4_45258/files
[ext] => Array
(
[0] => application
[1] => powerpoint
)
[i_empresa] => 4
[i_aluno] => 45258
)
Array
(
[name] => Apresenta__o2.jpg
[server_path] => C:\wamp\www\portais\arquivos\alunos_45258\files\Apresenta__o2.jpg
[size] => 68710
[date] => 1432943064
[relative_path] => C:\wamp\www\portais\arquivos/alunos/4_45258/files
[ext] => Array
(
[0] => image
[1] => jpeg
)
[i_empresa] => 4
[i_aluno] => 45258
)
Array
(
[name] => Atendimento_Comunicativo.doc
[server_path] => C:\wamp\www\portais\arquivos\alunos_45258\files\Atendimento_Comunicativo.doc
[size] => 28672
[date] => 1434671499
[relative_path] => C:\wamp\www\portais\arquivos/alunos/4_45258/files
[ext] => Array
(
[0] => application
[1] => msword
)
[i_empresa] => 4
[i_aluno] => 45258
)
How to sort this array by index date
?