Web Development notes (7): jquery's front-end calendar plug-in WdatePicker and jquerywdatepicker
In fact, there is a lot of information on the Internet, but in fact, you have to write your own code and sort it out before using it. It is quite convenient to use the jquery WdatePicker plug-in, which is usually enough for us to use.
1. Download The WdatePicker plug-in
2. import data to the Project
3. Use the plug-in jsp
1. Introduce in the head Section
2. Use in html
<Div> Release Date: <input type = "radio" name = "pushTime" value = "0" onclick = "t () "checked =" checked "> send now <input type =" radio "name =" pushTime "value =" 1 "onclick =" s () "> Other Times <input id =" pushTime_text "style =" display: none "onclick =" WdatePicker ({skin: 'whygreen', dateFmt: 'yyyy-MM-dd H: m: s', minDate: '% y-% M-% d'}) "> </div>
Iv. Effect
5. For WdatePicker. js usage and parameter settings, you can ask du Niang or Google.