// COPYRIGHT: function earliestDate(e,t){return void 0==e?t:moment(t)>moment(e)?e:t}function latestDate(e,t){return void 0==e?t:moment(t)>moment(e)?t:e}function timeSince(e,t){var n=new Date(t)-new Date(e),r=Math.floor(n/1e3),i=Math.floor(r/60);r-=60*i;var s=Math.floor(i/60);i-=60*s;var a=Math.floor(s/24);return s-=24*a,a+":"+pad(s,2)+":"+pad(i,2)+":"+pad(r,2)}function pad(e,t){for(var n=e+"";n.length