js改成jquery
varcalendar={dayTable:null,//初始化TABLEyear:null,//初始化年month:null,//初始化月ﴀNdayNam...
var calendar =
{
dayTable:null, //初始化TABLE
year:null, //初始化年
month:null, //初始化月ﴀN
dayNamesShort:['日','月','火','水','木','金','土'],
getFirstDay:function(year,month) //毎月初日は何曜日
{
var firstDay = new Date(year,month,1);
return firstDay.getDay(); //by getDay()
},
getMonthLen:function(year,month)//当月の日数を计算する
{
var nextMonth = new Date(year,month+1,1);//次の月の第一日を取得
nextMonth.setHours(nextMonth.getHours() - 3);
return nextMonth.getDate(); //返回当天日期
}
}
上面代码如何用jquery写啊 展开
{
dayTable:null, //初始化TABLE
year:null, //初始化年
month:null, //初始化月ﴀN
dayNamesShort:['日','月','火','水','木','金','土'],
getFirstDay:function(year,month) //毎月初日は何曜日
{
var firstDay = new Date(year,month,1);
return firstDay.getDay(); //by getDay()
},
getMonthLen:function(year,month)//当月の日数を计算する
{
var nextMonth = new Date(year,month+1,1);//次の月の第一日を取得
nextMonth.setHours(nextMonth.getHours() - 3);
return nextMonth.getDate(); //返回当天日期
}
}
上面代码如何用jquery写啊 展开
3个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询