下面**是獲取當前年份,季度,如果資料庫中有已存在的資料則預設選中
function getyear()');
var month =parseint('$');
var date = new date();
var year = date.getfullyear();
//opt模板
var optyear = "";
for(var i = year;i >= 2008; i --)", i).replace("", i);
} if(years!=null && years!=undefined)
}); }
//獲取季度selectopr
var optopr ="";
var json = [, , , ];
$.each(json,function(index,obj)", obj.value).replace("", obj.quarter);
if(month!=null && month!=undefined)
} })
}
從別人拿看到乙個簡單的例子借用一下(設定下拉列表被選中)
option-1
option-2
option-3
js
$(function());
});// 方法2:設定select標籤的value值為需要選中的值
$("#btn2").click(function() );
});
JS 獲取當前年份,月份
function dohandledate return tyear m function dohandleyear tyear function dohandlemonth return m 獲取完整的日期 var date new date var year date.getfullyear v...
js獲取當前年月日
var date new date date getyear 獲取當前年份 2位 date getfullyear 獲取完整的年份 4位 date getmonth 獲取當前月份 0 11,0代表1月 date getdate 獲取當前日 1 31 date getday 獲取當前星期x 0 6,0...
Oracle 獲取當前季度
獲得當前季度 select trunc to char sysdate,mm 2 3 from dual 獲得當前月份 select to char sysdate,mm from dual 邏輯 獲得當前時間對應的季度邏輯 當前月份 2 3 12月份是第四季度 select trunc 12 2 ...