<input class="Input1" id="txtStartDate" onfocus="WdatePicker({isShowOthers:true,dateFmt:‘yyyy-MM-dd‘})" />
<input class="Input1" id="txtEndDate" onfocus="WdatePicker({minDate:‘#F{$dp.$D(\‘txtStartDate\‘)}‘,isShowOthers:true,dateFmt:‘yyyy-MM-dd‘})" />
开始时间结束时间
原文:http://www.cnblogs.com/lk516924/p/4764451.html