﻿if(typeof(Date.prototype.toStringDataOra)=="undefined"){Date.prototype.toStringDataOra=function(isConSecondi){var sData=this.getDate().giapFormat("00")+"\/"+(1+this.getMonth()).giapFormat("00")+"\/"+this.getFullYear()+"&nbsp;"+this.getHours()+"."+this.getMinutes().giapFormat("00");if(isConSecondi){sData+="."+this.getSeconds().giapFormat("00");};return sData;};};if(typeof(Date.prototype.msecDiffFrom)=="undefined"){Date.prototype.msecDiffFrom=function(secondaData){return Math.abs(this -secondaData);};};


