WdatePicker插件无效,在页面点不出来

图片说明
下面是我写的代码:

 <td colspan="2"  nowrap>
                            <label>&nbsp;&nbsp;时间:</label>  
                            <label>&nbsp;从</label>  
                            <input class="Wdate" type="text" style="width: 180px" id="startTime" name="startTime" 
                       onclick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})" value="${page.searchParameters.startTime}"/>
                               <label>&nbsp;&nbsp;到</label>  
                               <input class="Wdate" type="text" style="width: 180px" id="endTime" name="endTime" 
                       onclick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})" value="${page.searchParameters.endTime}"/>                        
                        </td>   

                                <td><input type="button" class="form-button" value="查找"
                                    onclick="return searchParameter();" style="display: inline" />
                                </td>   

与页面中的其它js文件冲突了

wdatepicker的样式表路径错了,不是现实404了。。还是有你的html页面路径也错了。。

my97要引入对应的js--WdatePicker.js,你引css和htm页面做什么?
而且你的路径也不对,好好检查吧

图片说明
注意事项