I have start date and end date with start time and end time. I have start date as a one string,end date as another string, start time as a string and end time as string. I need to find out the hours between two days
`var start_time = "12-05-2015";
var end_time ="14-05-2015";
var start_time_split ="05:30";
var end_time_split ="22:30";`
How can I find ??