![]()
| 犬種:ミックス( アメリカン・ピット・ブル・テリア & ウェルシュ・コーギー) 性別:♂ 生年月日:2001年10月25日(現在 <%=FormatNumber(DateDiff("y", "2001/10/25", Date)/365,1)%> 歳 <% if cdate(cstr(Year(now))+"/10/25") > date then Response.Write "誕生日まであと" Response.Write DateDiff("d", Date, cstr(Year(now))+"/10/25") Response.Write "日) | "
elseif cdate(cstr(Year(now))+"/10/25") = date then
Response.Write "誕生日おめでとうございます!"
else
Response.Write "誕生日まであと"
Response.Write DateDiff("d", Date, cstr(Year(now)+1)+"/10/25")
Response.Write "日)"
End if
%>