<< 2014年7月 >>
日 月 火 水 木 金 土
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
日 月 火 水 木 金 土
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
▼コピペして下さい。(改変可、再配布可)
フォントの変更は
.cal > span{}
で!important
しないと変更されません。<HEAD>〜</HEAD>
の間に挿入<!--***jQueryここから***-->
<!--via mqdesign // nanos.jp/mqdesign-->
<!--javascript無効の場合は動作しません-->
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script>
$(function(){$(".cal").each(function(){var t=$(this).html();$(this).html(t.replace(/年/g," , "))}),$(".cal").each(function(){var t=$(this).html();$(this).html(t.replace(/<br>|日|月|火|水|木|金|土/g,""))})});
</script>
<!--***jQueryここまで***-->
ブログ機能の表示したい場所に挿入
<div class="cal">#cal#</div>