Array keys are date and want to sort array by date in Asending order. Following is array:
Array
(
[07/14/2017] => Array
(
[ID] => 5442
[post_content] => Test1
[post_title] => Testevents1
)
[01/11/2017] => Array
(
[ID] => 5443
[post_content] => Test2
[post_title] => Testevents2
)
)