I have two arrays with elements:
First array
array( [0] => array( 'data'=> '22.06.2015', 'name'=>'qq', 'text'=>'privet 4eloveki', ), [1] => array( 'data'=> '19.06.2032', 'name'=>'qaaaq', 'text'=>'privet aaa', ),
Second array
array( [0] => array( 'data'=> '02.06.2012', 'name'=>'bbb', 'text'=>'poka', ), [1] => array( 'data'=> '05.01.1032', 'name'=>'qaaaq', 'text'=>'poka aaa', ),
Task
Get one array at the output and sort the elements by the 'data' field (the most relevant ones first)