تولد زندگیمه میام براتون مینویسم واینکه یه پست عالی براش
");
}
if (typeof(BackColor)=="undefined")
BackColor = "blue";
if (typeof(ForeColor)=="undefined")
ForeColor= "red";
if (typeof(TargetDate)=="undefined")
TargetDate = "2017/09/08 00:00:00";
if (typeof(DisplayFormat)=="undefined")
DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds.";
if (typeof(CountActive)=="undefined")
CountActive = true;
if (typeof(FinishMessage)=="undefined")
FinishMessage = "";
putspan(BackColor, ForeColor);
var dthen = new Date(TargetDate);
var dnow = new Date();
ddiff = new Date(dthen-dnow);
gsecs = Math.floor(ddiff.valueOf()/1000);
CountBack(gsecs);
برچسب:
نویسنده: سارا امیری