I am trying to sort firebase date by date but it is not working.
I have firebase data structure in this format

I use this function to call the node
 var awardsref = CatalogueDB.ref("cageawards/" + mycagecode).orderByChild('Awarddate');
    awardsref.on('value', Awardstable, errData);
this is the output
is there a work around to sort the data based on this date format?

 
     
    