7,774
社区成员




--带日期--
选择日期:<input ID="txt_SelDate" runat="server" type="text" style="width: 80px; border-right: #006699 1px solid; border-top: #006699 1px solid; border-left: #006699 1px solid; border-bottom: #006699 1px solid; height: 22px;" onClick="WdatePicker()"/>
--不带日期--
选择月份:<input id="txt_SelMonth" runat="server" type="text" style="width: 60px; border-right: #006699 1px solid; border-top: #006699 1px solid; border-left: #006699 1px solid; border-bottom: #006699 1px solid; height: 22px;" onclick="WdatePicker({dateFmt:'yyyy-MM'})" />