如何顯示部落格已開張多久 - 部落格

Liam avatar
By Liam
at 2011-02-16T13:26

Table of Contents

為了解決日跟月有時會變負的問題
將jlhc大的script加了一小段判斷式
雖然很粗糙而且不是非常準確,不過省下了太複雜的算式


<div id="createDays"></div>

<script type="text/javascript">
var today = new Date();
var createYear = new Date(2007,04,03);

var dd = today.getDate() - createYear.getDate() + 1;
var mm = today.getMonth() - createYear.getMonth();
var yy = today.getFullYear() - createYear.getFullYear();

if (dd<0){
dd=dd+30;
mm=mm-1;
}
if (mm<0){
yy=yy-1;
mm=mm+12
}

document.getElementById('createDays').innerHTML = "This blog is " + yy + " years, "
+ mm + " months, and " + dd + " days old.";
</script>


※ 引述《jlhc (阿之)》之銘言:
: <div id="createDays"></div> //createDays 可以用css修改其樣式
: <script type="text/javascript">
: var today = new Date(); //今天日期
: var createYear = new Date(2011,01,01); //年/月/日, 月份請減1
: var yy = today.getFullYear() - createYear.getFullYear(); // 計算年
: var mm = today.getMonth() - createYear.getMonth(); //計算月
: var dd = today.getDate() - createYear.getDate() + 1; //計算天, 加上今天
: // 輸出的內容可依照喜好設定輸出的格式
: document.getElementById('createDays').innerHTML = "部落格開張 " + yy + " 年 "
: + mm + " 月 " + dd + " 天";
: </script>

--
┌───────────────────┐
│Tosh[ism] http://toshism.blogspot.com/
└───────────────────┘

--

All Comments

噗浪當掉了嗎?

Edward Lewis avatar
By Edward Lewis
at 2011-02-15T23:44
現在PLURK上不太去 還出現一堆原始碼 請問有人也是這樣嗎?? - ...

CSS更改字型設定

Margaret avatar
By Margaret
at 2011-02-15T18:59
一直找不到CSS改字型的點在哪邊? 無名原本的字型太粗了,想改成細一點的字型, 好像是新細明體吧?? 可是試過很多次,是放錯地方還是怎樣, 完全沒有變,有誰可以幫忙我嗎~感激 - ...

Re: PTT Blog板友簽到簿(PTTBlogRolling!)

Edwina avatar
By Edwina
at 2011-02-15T11:59
ID:kurage306 網址:http://alicenoire.tumblr.com/ 站名:Hide and Seek 架站環境:tumblr 簡介:實在非常喜愛tumblr所以在yaplog外另開分家w 英文使用----日記呢喃、隨 ...

朋友邀請數

Cara avatar
By Cara
at 2011-02-15T02:24
請問如何增加? 我一直是0 是要邀請什麼? 有朋友要加入我當朋友不算嗎atat? -- 凌晨三點到五點,因為是陰陽交會的時刻,這段期間,鬼魂特別多,也較容易遇到鬼。 :是的寶傑,我就是在這個時候遇到鬼。 - ...

Re: PTT Blog板友簽到簿(PTTBlogRolling!)

Iris avatar
By Iris
at 2011-02-14T21:02
ID:w7376ms46 網址:http://123321123456789.blogspot.com/ 站名:嘿嘿 架站環境:Blogger 簡介: 分享一些好聽的音樂、MV、搞笑的影片、電影預告片..之類的 RSS: - ...