i need a javascript or SOMETHING code that counts from a certain date to tHIS EXACT MOMENT
like, from december 1st, 2013, it would have been 160 Days, 4 hours, 11 minutes, and 48 seconds.
I've found something to do this, but i can't make more than 1 in a webpage! which sucks ass.
if anyone is wondering: this is the script im using
http://scripts.hashemian.com/js/countdown.js<script language="JavaScript">
TargetDate = "12/1/2013 4:16 PM";
BackColor = "white";
ForeColor = "black";
CountActive = true;
CountStepper = 1;
LeadingZero = false;
DisplayFormat = "TIME FROM CERTAIN POINT: %%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds.";
FinishMessage = "";
</script>
<script language="JavaScript" src="
http://scripts.hashemian.com/js/countdown.js"></script>