I have an array of hourly date data strings in the format below. How can I parse it into a Javascript Date Object and then order it either by ascending or descending? The last two digits are the hour of day, out of 24.
["01/26/2014 01", "01/26/2014 16", "01/26/2014 19", "01/23/2014 22", "01/25/2014 09"]