In fact, the information on the Internet a lot, but in fact, still have to write their own code, tidy up, will be used. Using jquery's Wdatepicker plugin is quite handy, and the general situation is enough for us to use.
First, download Wdatepicker plugin
Second, in the project to import
Third, use in JSP that need to use plug-in
1. Introduction in the head section
2. Using in HTML
<div> release time: <input type= "Radio" name= "Pushtime" value= "0" onclick= "t ()" checked= "checked" > Send now < Input type= "Radio" name= "Pushtime" value= "1" onclick= "s ()" > Other time <input id= "Pushtime_text" style= " Display:none "onclick=" Wdatepicker ({skin: ' Whygreen ', datefmt: ' Yyyy-mm-dd h:m:s ', mindate: '%y-%m-%d '}) "></div >
Four, the effect
Five, about the use of wdatepicker.js, parameter settings, you can ask Niang or Google.
Web Development Note (7): jquery comes with a foreground calendar plugin Wdatepicker