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 114fa99 commit fe0975eCopy full SHA for fe0975e
javascript/date_time_picker/readme.md
@@ -3,8 +3,10 @@
3
将这些文件down下来放在同一目录下,然后执行index.html,并能看到效果.
4
####调用实例说明
5
1.首先写入input框:
6
+```php
7
//对账开始时间input框,设置默认值
8
<input class="Wdate" type="text" id="starttime" name="starttime" value="2014-12-12"/>
9
+```
10
2.触发js事件
11
####注意事项:
12
1.My97DatePicker目录是一个整体,不可破坏里面的目录结构,也不可对里面的文件改名,可以改目录名
0 commit comments