<script type="text/javascript">
weeks = new Array("日","月","火","水","木","金","土") ;
today = new Date() ;
y = today.getFullYear() ;
m = today.getMonth() + 1 ;
d = today.getDate() ;
w = weeks[today.getDay()] ;
document.write (y,"/",m,"/",d,"(",w,")");
</script>
<br />
<div class="plugin-calender">
<table summary="カレンダー" class="calender">
<caption>
<a href="<%prev_month_link>"><%prev_month></a>
| <%now_year>/<%now_month> |
<a href="<%next_month_link>"><%next_month></a>
</caption>
<tr>
<th abbr="日曜日" scope="col" id="sun">日</th>
<th abbr="月曜日" scope="col">月</th>
<th abbr="火曜日" scope="col">火</th>
<th abbr="水曜日" scope="col">水</th>
<th abbr="木曜日" scope="col">木</th>
<th abbr="金曜日" scope="col">金</th>
<th abbr="土曜日" scope="col" id="sat">土</th>
</tr>
<!--calender-->
<tr>
<td><%calender_sun></td>
<td><%calender_mon></td>
<td><%calender_tue></td>
<td><%calender_wed></td>
<td><%calender_thu></td>
<td><%calender_fri></td>
<td><%calender_sat></td>
</tr>
<!--/calender-->
</table>
</div>
≪ 検索フォームの検索ボタンを画像にする | HOME | 共有プラグイン 「サイト外タグ検索」 ≫
【共通】
Author:いたお
更新は非常にマイペースです
現在休止中です
http://www29.atwiki.jp/kadorin6/