1. 首页
  2. 数据库
  3. 其它
  4. 转一个日期输入控件支持FF

转一个日期输入控件支持FF

上传者: 2020-12-22 11:04:09上传 PDF文件 55.25KB 热度 13次
<HTML> <HEAD> <TITLE>日期选择器</TITLE> [removed] /** * 返回日期 * @param d the delimiter * @param p the pattern of your date * @author Xinge(修改) */ String.prototype.toDate = function(x, p) { if(x == null) x = “-“; if(p == null) p = “ymd”; var a = this.split(x); var y = parseInt(
下载地址
用户评论