We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc66da commit 114fa99Copy full SHA for 114fa99
javascript/date_time_picker/readme.md
@@ -1,7 +1,11 @@
1
### 时间控件说明
2
####调用方式
3
将这些文件down下来放在同一目录下,然后执行index.html,并能看到效果.
4
-
+####调用实例说明
5
+1.首先写入input框:
6
+//对账开始时间input框,设置默认值
7
+<input class="Wdate" type="text" id="starttime" name="starttime" value="2014-12-12"/>
8
+2.触发js事件
9
####注意事项:
10
1.My97DatePicker目录是一个整体,不可破坏里面的目录结构,也不可对里面的文件改名,可以改目录名
11
0 commit comments