Blogger Information
Blog 22
fans 0
comment 0
visits 26819
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
WdatePicker时间控件的使用
kiimi的博客
Original
1494 people have browsed it

1,引入js文件

<script language="javascript" src="文件地址"></script>

2,js代码

<script language="javascript">
function createTime(){
WdatePicker({dateFmt:'yyyy-MM-dd',minDate:'2010-10-01',maxDate:'2012-10-01'});
}
</script>

3,html代码

<input type="text" id="countTimestart" onFocus="createTime()" />

4,介绍

这是最基本的使用方法,如需要增加或减少内容,可通过改变WdatePicker();函数的参数实现。

My97DatePicker目录是一个整体,不可破坏里面的目录结构,也不可对里面的文件改名,可以改目录名(非常重要,吃了这个亏)


My97DatePicker.htm是必须文件,不可删除(4.8以后不存在此文件)

各目录及文件的用途: 
WdatePicker.js 配置文件,在调用的地方仅需使用该文件,可多个共存,以xx_WdatePicker.js方式命名
config.js 语言和皮肤配置文件,无需引入(4.8以后合并入WdatePicker.js)
calendar.js 日期库主文件,无需引入
My97DatePicker.htm 临时页面文件,不可删除(4.8以后不存在此文件)
目录lang 存放语言文件,你可以根据需要清理或添加语言文件
目录skin 存放皮肤的相关文件,你可以根据需要清理或添加皮肤文件包

当WdatePicker.js里的属性:$wdate=true时,在input里加上class="Wdate"就会在选择框右边出现日期图标,如果您不喜欢这个样式,可以把class="Wdate"去掉,另外也可以通过修改skin目录下的WdatePicker.css文件来修改样式

支持的浏览器 IE 6.0+ , Firefox 2.0+ , Chrome, Opera 9.5+ , Safari 3.0+

 

一个非常好用的日期控件,功能非常优秀,

绝对是你一直想要的日期控件,不多说了,上下载地址。

演示地址: http://www.my97.net/dp/demo/  //不可用

下载1: http://www.cnblogs.com/Files/my97/My97DatePicker.rar

下载2: http://my97.net/dp/down/My97DatePicker.rar  //不可用

技术支持: http://www.my97.net/dp/support.asp  //不可用

皮肤中心: http://www.my97.net/dp/skin.asp  //不可用


引用自 

紫陌l纤尘

~~~~原文地址:http://blog.csdn.net/u012877177/article/details/16950289

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post