Bitcoin Forum

Other => Off-topic => Topic started by: Fiiasco-Exalt on April 17, 2015, 10:07:22 PM



Title: Question
Post by: Fiiasco-Exalt on April 17, 2015, 10:07:22 PM
How can I add a counter for how many days my site has been online?


Title: Re: Question
Post by: Muhammed Zakir on April 18, 2015, 07:08:39 AM
You want to add a counter to your website or to a thread in this forum?


Title: Re: Question
Post by: Vod on April 18, 2015, 07:28:36 AM
How can I counter add a counter for how many days my site has been online?

Depends on what language you want to use.  It's straightforward to do, since all you want to do is display the date difference (in days) between today and the date your website started up.


Title: Re: Question
Post by: CoinFoxs on April 18, 2015, 07:37:22 AM
You want to add a counter to your website or to a thread in this forum?

I think he want to add a counter on is site, That his site will be launch after these Hour, min, second


Title: Re: Question
Post by: Fiiasco-Exalt on April 18, 2015, 03:05:35 PM
You want to add a counter to your website or to a thread in this forum?

I think he want to add a counter on is site, That his site will be launch after these Hour, min, second

No I Just want a little html code that will increase by 1 everyday and says above it "Total Day Online:"


Title: Re: Question
Post by: Muhammed Zakir on April 18, 2015, 07:46:54 PM
You can do: current_date - date_your_site_was_online.

You may get useful code from https://www.easycalculation.com/date-day/add-subtract-dates.php.


Title: Re: Question
Post by: rigel on April 18, 2015, 08:27:29 PM
No I Just want a little html code that will increase by 1 everyday and says above it "Total Day Online:"
You can't do it in HTML: you need PHP, ASP, ASPX, CGI, whatever...