Developing some Web ApplicationsProgramSome Time Selection forms are often used. The traditional method is to use drop-down menus, but this is a little more troublesome. Currently, some time selector controls are generally used, and the widely used ones are my97datepicker. Http://www.my97.net/dp/index.asp
The usage is as follows:
1. Download The my97datepicker Control
: Http://www.my97.net/dp/down.asp
2. Copy the folder named my97datepicker from the downloaded package to the project folder.
3. Reference controls:
1) Add the following between Code:
<Script language = "JavaScript" type = "text/JavaScript" src = "datepicker/wdatepicker. js"> </SCRIPT>
Note: The src attribute changes the path based on the specific location of the my97datepicker folder.
2) Add the control code where you want to use the time selector:
For example: <input class = "wdate" type = "text" id = "D15" onfocus = "wdatepicker ()"/>
The my97datepicker time selector provides many other functions. For specific usage instructions, refer to the official documentation:
Address: http://www.my97.net/dp/demo/index.htm