页面常用
//列表查询用
??1.查询时间范围
??????<td width="15%" type="text" readOnly style="width: 70px"/>
???????<input type="button" />
???????至
???????<input id="dateEnd" type="text" readOnly style="width: 70px"/>
???????<input type="button" />
???????
??????</td>
?
编辑页面常用
开始时间
?????<input type="button"? />
?????结束时间
?????<input type="button"? onclick="javascript:WdatePicker({el:'endDate',dateFmt:'yyyy-MM-dd HH:mm:ss',minDate:'#F{$dp.$D(\'startDate\');}'}) ;" />
?????<tr>
??????<td width="15%" id="startDate" name="startDate" value='<fmt:formatDate? pattern="yyyy-MM-dd HH:mm:ss" value="${audienceRatingForm.startDate}"/>' readonly/>
?????????<input type="button"? />
??????</td>
??????<td width="15%" id="endDate" name="endDate" value='<fmt:formatDate? pattern="yyyy-MM-dd HH:mm:ss" value="${audienceRatingForm.endDate}"? />' readonly/>
?????????<input type="button"? onclick="javascript:WdatePicker({el:'endDate',dateFmt:'yyyy-MM-dd HH:mm:ss',minDate:'#F{$dp.$D(\'startDate\');}'}) ;" />
??????</td>
?????</tr>
?????<tr><td colspan="4" class="Box_TD"></td></tr>
?
?