I don't know if this is possible with jquery. Can you detect the current date? And if for each day passed the specific date it adds 1.
So day 0= 04/02/2012
<h1>0</h1>
day 1= 05/02/2012
<h1>1</h1>
day 2= 06/02/2012
<h1>2</h1>
As a way to counting how long the day the website has been active. Or is there a better way to do this?
Thanks.