the time plug-ins jedate js and css have been confirmed to be introduced, but the page cannot be obtained when the page is loaded. I don"t know why?
html:
<!-- -->
<input type="text" class="Wdate" id="beginTime" name="beginTime" value="${ beginTime }" readonly />
<span> </span>
<input type="text" class="Wdate" id="endTime" name="endTime" value="${ endTime }" readonly />
the js code is as follows:
$(function(){
$("-sharpbeginTime").jeDate({
isinitVal : false,
ishmsVal : false,
format : "YYYY-MM-DD hh:mm:ss",
zIndex : 3000
});
$("-sharpendTime").jeDate({
isinitVal : false,
ishmsVal : false,
format : "YYYY-MM-DD hh:mm:ss",
zIndex : 3000
});
});
The page has confirmed the introduction:
: