中文(繁体)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http ://www.w3.org/1999/xhtml"> <head> <title> JS日曆downcodes.com </title> <meta name="author" content="建站學院"> <meta name="keywords" content="js日曆,calender"> <meta name="description" content="js日曆"> <script type="text/javascript"> function HS_DateAdd(interval,number,date){ number = parseInt(number); if (typeof(date)=="string"){var date = new Date(date.split("-")[0],date.split("-")[1],date.split("-" )[2])} if (typeof(date)=="object"){var date = date} switch(interval){ case "y":return new Date(date.getFullYear()+number,date.getMonth( ),date.getDate());休息; case "m":return new Date(date.getFullYear(),date.getMonth()+number,checkDate(date.getFullYear(),date.getMonth()+number,date.getDate()));休息; case "d":return new Date(date.getFullYear(),date.getMonth(),date.getDate()+number);休息; case "w":return new Date(date.getFullYear(),date.getMonth(),7*number+date.getDate());休息; } } function checkDate(年,月,日){ var enddate = ["31","28","31","30","31","30","31","31","30 ”,“31”,“30”,“31”]; var returnDate = ""; if (year%4==0){enddate[1]="29"} if (date>enddate[月]){returnDate = enddate[月]}else{returnDate = 日期} return returnDate; } 函數 WeekDay(日期){ var theDate; if (typeof(date)=="string"){theDate = new Date(date.split("-")[0],date.split("-")[1],date.split("-") [2]);} if (typeof(date)=="object"){theDate = date} return theDate.getDay(); } 函數 HS_calender(){ var lis = ""; var 樣式 = ""; /* 可以把下面的css導出出去獨立一個css檔案downcodes.com*/ style +="<style type='text/css'>"; style +=".calender { width:170px; height:auto; font-size:12px; margin-right:14px; background:url(calenderbg.gif) 無重複右中心 #fff; border:1px Solid #397EAE; :1px}」; style +=".calender ul {list-style-type:none; margin:0; padding:0;}";樣式 +=".calender .day { 背景顏色:#EDF5FF; 高度:20px;}"; style +=".calender .day li,.calender .date li{ float:left; width:14%; height:20px; line-height:20px; text-align:center}"; style +=".calender li a { text-decoration:none; font-family:Tahoma; font-size:11px; color:#333}"; style +=".calender li a:hover { color:#f30; text-decoration:underline}"; style +=".calender li a.hasArticle {font-weight:bold; color:#f60 !important}";樣式 +=".lastMonthDate, .nextMonthDate {color:#bbb;font-size:11px}"; style +=".selectThisYear a, .selectThisMonth a{text-decoration:none; margin:0 2px; color:#000; font-weight:bold}";樣式 +=".calender .LastMonth, .calender .NextMonth{ 文字裝飾:無;顏色:#000;字體大小:18px;字體粗細:粗體;行高:16px;}";樣式 +=".calender.LastMonth { float:left;}"; style +=".calender .NextMonth { float:right;}"; style +=".calenderBody {clear:both}"; style +=".calenderTitle {text-align:center;height:20px; line-height:20px;clear:both}";樣式 +=".today { 背景顏色:#ffffaa;邊框:1px 實心#f60;填色:2px}"; style +=".today a { color:#f30; }"; style +=".calenderBottom {clear:both; border-top:1pxsolid #ddd; padding: 3px 0; text-align:left}"; style +=".calenderBottom a {text-decoration:none; margin:2px !important; font-weight:bold; color:#000}"; style +=".calenderBottom a.closeCalender{float:right}"; style +=".closeCalenderBox {float:right; border:1pxsolid #000;background:#fff; font-size:9px; width:11px; height:11px; line-height:11px; text-align:center;overflow :隱藏;字型粗細:正常!樣式+=“</樣式>”;現在變種; if (typeof(arguments[0])=="string"){ selectDate = argument[0].split("-"); } var 年 = selectDate[0]; var 月份 = parseInt(selectDate[1])-1+""; var 日期 = selectDate[2];現在=新日期(年,月,日); }else if (typeof(arguments[0])=="object"){ now = argument[0]; var lastMonthEndDate = HS_DateAdd("d","-1",now.getFullYear()+"-"+now.getMonth()+"-01").getDate(); var lastMonthDate = WeekDay(now.getFullYear()+"-"+now.getMonth()+"-01"); var thisMonthLastDate = HS_DateAdd("d","-1",now.getFullYear()+"-"+(parseInt(now.getMonth())+1).toString()+"-01"); var thisMonthEndDate = thisMonthLastDate.getDate(); var thisMonthEndDay = thisMonthLastDate.getDay(); var TodayObj = new Date();今天 = TodayObj.getFullYear()+"-"+todayObj.getMonth()+"-"+todayObj.getDate(); for (i=0; i<lastMonthDate; i++){ // 上個月的日期 lis = "<li class='lastMonthDate'>"+lastMonthEndDate+"</li>" + lis;上個月結束日期--; } for (i=1; i<=thisMonthEndDate; i++){ // 當前月份的日期if(today == now.getFullYear()+"-"+now.getMonth()+"-"+i){ var TodayString = now.getFullYear()+"-"+(parseInt(now.getMonth())+1).toString()+"-"+i; lis += "<li><a href=javascript:void(0) class='today' onclick='_selectThisDay(this)' title='"+now.getFullYear()+"-"+(parseInt(now. getMonth())+1)+"-"+i+"'>"+i+"</a></li>"; }else{ lis += "<li><a href=javascript:void(0) onclick='_selectThisDay(this)' title='"+now.getFullYear()+"-"+(parseInt(now.getMonth( ) ))+1)+"-"+i+"'>"+i+"</a></li>"; } } var j=1; for (i=thisMonthEndDay; i<6; i++){ // 下個月的日期 lis += "<li class='nextMonthDate'>"+j+"</li>"; j++; } lis += 樣式; var CalenderTitle = "<a href='javascript:void(0)' class='NextMonth' onclick=HS_calender(HS_DateAdd('m',1,'"+now.getFullYear()+"-"+now.getMonth( )+"-"+now.getDate()+"'),this) title='下個月'>»</a>"; CalenderTitle += "<a href='javascript:void(0)' class='LastMonth' onclick=HS_calender(HS_DateAdd('m',-1,'"+now.getFullYear()+"-"+now.getMonth ()+"-"+now.getDate()+"'),this) title='上個月'>«</a>"; CalenderTitle += "<span class='selectThisYear'><a href='javascript:void(0)' onclick='CalenderselectYear(this)' title='按此選擇其他年份' >"+now.getFullYear( ) +"</a></span>年<span class='selectThisMonth'><a href='javascript:void(0)' onclick='CalenderselectMonth(this)' title='點擊此處選擇其他月份' > "+(parseInt(now.getMonth())+1).toString()+"</a></span>月"; if (arguments.length>1){ argument[1].parentNode.parentNode.getElementsByTagName("ul")[1].innerHTML = lis;參數[1].parentNode.innerHTML = CalenderTitle; }else{ var CalenderBox = style+"<div class='calender'><div class='calenderTitle'>"+CalenderTitle+"</div><div class='calenderBody'><ul class='day'><li >日</li><li>一</li><li>二</li><li>三</li><li>四</li><li>五</li><li>六</li></ul><ul class='date' id='thisMonthDate'>"+lis+"</ul></div><div class='calenderBottom'><a href='javascript:void( 0)' class='closeCalender' onclick='closeCalender(this)'>×</a><span><span><a href=javascript:void(0) onclick='_selectThisDay(this)' title=' "+todayString+"'>今天</a></span></span></div></div>";返回日曆框; } } function _selectThisDay(d){ var boxObj = d.parentNode.parentNode.parentNode.parentNode.parentNode; boxObj.targetObj.value = d.title; boxObj.parentNode.removeChild(boxObj); } 函數 closeCalender(d){ var boxObj = d.parentNode.parentNode.parentNode; boxObj.parentNode.removeChild(boxObj); } 函數 CalenderselectYear(obj){ var opt = ""; var 今年 = obj.innerHTML; for (i=1970; i<=2020; i++){ if (i==thisYear){ opt += "<option value="+i+" selected>"+i+"</option>"; }else{ opt += "<選項值="+i+">"+i+"</選項>"; opt = "<select onblur='selectThisYear(this)' onchange='selectThisYear(this)' style='font-size:11px'>"+opt+"</select>"; obj.parentNode.innerHTML = opt; } function selectThisYear(obj){ HS_calender(obj.value+"-"+obj.parentNode.parentNode.getElementsByTagName("span")[1].getElementsByTagName("a")[0].innerHTML+"-1",obj.父節點); } 函數 CalenderselectMonth(obj){ var opt = ""; var 這個月 = obj.innerHTML; for (i=1; i<=12; i++){ if (i==thisMonth){ opt += "<option value="+i+" selected>"+i+"</option>"; }else{ opt += "<選項值="+i+">"+i+"</選項>"; opt = "<select onblur='selectThisMonth(this)' onchange='selectThisMonth(this)' style='font-size:11px'>"+opt+"</select>"; obj.parentNode.innerHTML = opt; } 函式 selectThisMonth(obj){ HS_calender(obj.parentNode.parentNode.getElementsByTagName("span")[0].getElementsByTagName("a")[0].innerHTML+"-"+obj.value+"-1",obj.父節點); } 函數 HS_setDate(inputObj){ var calenderObj = document.createElement("span"); calenderObj.innerHTML = HS_calender(new Date()); calenderObj.style.position = "絕對"; calenderObj.targetObj = inputObj; inputObj.parentNode.insertBefore(calenderObj,inputObj.nextSibling); } </script> <style> body {font-size:12px} td {text-align:center} h1 {font-size:26px;} h4 {font-size:16px;} em {color:#999;}邊距:0 10px;字體大小:11px; display:block} </style> </head> <body> <h1>日期選擇器</h1> <h4 style="border-bottom:1pxsolid #ccc">ver:1.0</h4> <table border= 1 width=400 height=150> <tr> <td>文字文字</td> <td>點選輸入框</td> <td>文字文字</td> </tr> <tr> <td >點選輸入框</td> <td><input type="text" style="width:70px" onfocus="HS_setDate(this)">文字</td> <td>文字文字文字</td> < /tr > <tr> <td> 文字文字文字</td> <td> 點擊輸入框</td> <td> 文字<input type="text" style="width:70px" onfocus="HS_setDate(this )" >文字</td> </tr> </table> <ul> <li>不需要其他框架類別庫</li> <li>支援ie6、firefox、opera</li> <li>點擊年份與月份可以下拉選擇</li> </ul> </body> </html>