誕生日からの日にちを表示する
");
msgWindow.document.write(daysLeft.big());
daysLeft = (today.getTime() - MyBirthday.getTime()) / msPerDay / 365.25;
daysLeft = Math.round(daysLeft-0.5);
msgWindow.document.write("
");
daysLeft="あなたは、"+daysLeft+"歳です.";
msgWindow.document.write(daysLeft.big());
msgWindow.document.write("
");
MyBirthday.setYear(today.getYear())
daysLeft = (MyBirthday.getTime() - today.getTime()) / msPerDay;
daysLeft = Math.round(daysLeft+0.5) ;
if (daysLeft == 0 ){
msgWindow.document.write('今日はあなたの誕生日ですね。おめでとう!! プレゼントあげようかなあ..(^^)/
');
}else{
if (daysLeft < 0 ){
daysLeft = 365 + daysLeft
msgWindow.document.write("今年のあなたの誕生日は過ぎちゃったね。来年はプレゼントをあげようね。
来年のあなたの誕生日まで、あと" + daysLeft +"日。
");
}else{
if (daysLeft == 1){
msgWindow.document.write("明日はあなたの誕生日!(プレゼントは...秘密)
");
}else{
msgWindow.document.write("あなたの誕生日まで、あと" + daysLeft +"日
(プレゼントの事は、忘れよう...(笑))
");
}
}
}
msgWindow.document.write("
");
msgWindow.document.write("
");
}
function BDCAL()
{
BMon = new Array(12)
BMon[0]="Jan"
BMon[1]="Feb"
BMon[2]="Mar"
BMon[3]="Apr"
BMon[4]="May"
BMon[5]="Jun"
BMon[6]="Jul"
BMon[7]="Aug"
BMon[8]="Sep"
BMon[9]="Oct"
BMon[10]="Nov"
BMon[11]="Dec"
BD= ( BMon[eval(document.form1.BMONTH.selectedIndex)] + " " + eval(document.form1.BDAY.selectedIndex+1) + "," + eval(document.form1.BYEAR.selectedIndex+1920) )
Birthday(BD)
}
// -->
誕生日までの日にちを表示する
あなたの誕生日を入れてね