日期:2014-05-16 浏览次数:20529 次
<input class="easyui-datebox" id="bt" name="bt" value=<?php
echo date("Y-m",strtotime("-4 month"));
?>></input><input id="et" name="et" class="easyui-datebox" value=<?php
echo date("Y-m",strtotime("-1 month"));
?>>
function initRows1($bym,$eym){
......
}