超简日历组件

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<style>

#iCalendar{border:1px solid #1F62BE;width:210px;_width:190px;position:absolute; font-family:Arial;background:#F0F9FF;left:-500px;overflow:hidden; }
#iCalendar_body{border-top:7px solid #208DDE;_height:170px;padding:0 5px; background:#F0F9FF}
#iCalendar iframe{position:absolute; ;z-index:-1;top:0;left:0;background:#F0F9FF}
#iCalendar a,#iCalendar b{display:block; float:left;zoom: 1;width:20px;height:16px;line-height:16px;padding:2px; 
	background:#F0F9FF;font-size:12px;text-align:center;color:#333;font-family:Arial; 
	text-decoration:none;margin:0px 2px; 
}
#iCalendar b{background:none;}
#iCalendar a:hover{background:#FE8B1A;color:#fff;font-weight:bold}
#iCalendar .btn{cursor:pointer;width:18px;}
#iCalendar #dateCap{	width:80px;color:#900; }
p{padding:20px;}
</style>
</head>
<body>
<p>
<div id="iCalendar" tabIndex='-1' title='点击面板空白处关闭'><iframe id="iCalendar_mask" src="" frameBorder=0 ></iframe><div id="iCalendar_body"></div></div>
<input type="text" id="i_1" />	<input type="text" id="i_2" /><br/>
</p>
</body>
<script>
Date.prototype.fDay=function (){var $=new Date(this);$.setDate(1);return $.getDay()};
Date.prototype.dCount=function (){var $1=new Date(this),$2=new Date(this);
	$1.setDate(1);$2.setDate(1);$2.setMonth($2.getMonth()+1);
	return ($2-$1)/86400000;
};
(CLD={init:function (){this.$=new Date;this.update();iCalendar.οnclick=function(){iCalendar.style.display="none";};return this}
	,update:function(y,m){
		var uiList=[],week='日一二三四五六'.split(''),$=this.$,
		fn=function(a,b){return '<b class="btn" οnclick="CLD.update('+a+')">'+b+'</b>'};
		y&&$.setYear($.getFullYear()+y);
		m&&$.setMonth($.getMonth()+m);
		var Y=$.getFullYear(),M=$.getMonth()+1,D=$.getDate();
		for (var i=0;i<week.length;i++ )uiList.push('<b>'+week[i]+'</b>');
		for (i=0;i<$.fDay();i++ )	uiList.push('<b> </b>');
		for (i=0;i<$.dCount();i++ )uiList.push('<a href="javascript:CLD.set('+Y+','+M+','+(i+1)+')">'+(i+1)+'</a>');
		iCalendar_body.innerHTML=fn('-1,null','<<')+fn('null,-1','<')+
		'<b id="dateCap">'+Y+'年'+M+'月</b>'+fn('null,1','>')+fn('1,null','>>')+uiList.join('');
		if(this.$$)this.$$.focus();
		iCalendar_mask.width=iCalendar_body.offsetWidth-2;
		iCalendar_mask.height=iCalendar_body.offsetHeight;
	}
	,showTo:function(v){
        	for(var pos={x:0,y:0},$=v;v;v=v.offsetParent){pos.x+=v.offsetLeft;pos.y+=v.offsetTop};
		document.title=[pos.x,pos.y]
		with(iCalendar.style){left=pos.x+"px";top=(pos.y+$.offsetHeight)+"px";display=""}
         }
	,bind:function(x){x.οnfοcus=function(){CLD.$$=this;CLD.showTo(this)};return this;}
	,set:function(y,m,d){if(CLD.$$){CLD.$$.value=y+'-'+m+'-'+d;iCalendar.style.display="none";}}
}).init().bind(i_1).bind(i_2)
</script>
</html>
 
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<style>
#iCalendar{border:1px solid #196AB2;width:254px;_width:240px;position:absolute; padding:0 5px; 
	font-family:Arial;background:#DEF0F9 url(http://www.iteye.com/upload/attachment/66480/677d4239-83d7-3616-bc29-c9f211251739-thumb.gif?1231292554) repeat-x ; 
}
#iCalendar a,#iCalendar b{display:block; float:left;zoom: 1;width:28px;height:28px;line-height:28px; padding:2px; 
	background:#DEF0F9;font-size:12px;text-align:center;color:#1668B1;font-family:Arial; 
	text-decoration:none; margin:0px 2px; 
}
#iCalendar b{background:none ;}
#iCalendar a:hover{background:#A9DAF3;color:#900;font-weight:bold}
#iCalendar .btn{cursor:pointer;color:#fff; }
#iCalendar #dateCap{	width:100px;_width:92px;color:#fff;}
</style>
</head>
<body><div id="iCalendar"> </div></body>
<script>
Date.prototype.fDay=function (){var $=new Date(this);$.setDate(1);return $.getDay()};
Date.prototype.dCount=function (){var y=this.getFullYear(),m=this.getMonth();
	return m==2?(y%4||!(y%100)&&y%400?28:29):(/4|6|9|11/.test(m)?30:31);
};
(CLD={init:function (){this.$=new Date;this.update()}
	,update:function(y,m){
		var uiList=[],week='日一二三四五六'.split(''),$=this.$,
		fn=function(a,b){return '<b class="btn" οnclick="CLD.update('+a+')">'+b+'</b>'};
		y&&$.setYear($.getFullYear()+y);
		m&&$.setMonth($.getMonth()+m);
		for (var i=0;i<week.length;i++ )uiList.push('<b>'+week[i]+'</b>');
		for (i=0;i<$.fDay();i++ )uiList.push('<b> </b>');
		for (i=0;i<$.dCount();i++ )uiList.push('<a href="javascript:void 0">'+(i+1)+'</a>');
		iCalendar.innerHTML=fn('-1,null','<<')+fn('null,-1','<')+
		'<b id="dateCap">'+$.getFullYear()+'年'+($.getMonth()+1)+'月</b>'+
		fn('null,1','>')+fn('1,null','>>')+uiList.join('');
	}
}).init()
</script>
</html>
 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值