Sunday, January 5, 2014

Published 11:09 PM by with 0 comment

Google Excel Time Difference

Google Excel Time Difference    function TimeDiff(cell1, cell2) {         return ConvertMilliSecondsToTimeSpan(Math.abs(cell1 - cell2));     }     function ConvertMilliSecondsToTimeSpan(t) {         var cd = 24 * 60 * 60 * 1000,            ...
Read More
    email this       edit