时间日期控件(兼容ie6)

所属分类:输入-日期和时间

 69368  363  查看评论 (36)
分享到微信朋友圈
X
时间日期控件(兼容ie6) ie兼容6
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link type="text/css" href="jquery-ui-1.8.16.custom.css"
	rel="stylesheet" />
<script  language="javascript" type="text/javascript" src="jquery-1.4.2.min.js"></script>
<script  language="javascript" type="text/javascript" src="jquery-ui-1.8.16.custom.min.js"></script>
<script language="javascript" type="text/javascript" src="jquery-ui-timepicker-addon.js"></script>
<script language="javascript" type="text/javascript" src="jquery.ui.datepicker-zh-CN.js"></script>	
<script type="text/javascript">

$(function(){
	$("#time").datetimepicker({
		changeYear : true,
		changeMonth : true,
		showSecond : true,
		timeFormat : 'hh:mm:ss',
		dateFormat : 'yy-mm-dd',
		stepHour : 1,
		stepMinute : 1,
		stepSecond : 1
	});
	});
	</script>
	</head>
	<body>
	<form>
	   <input type="text" id="time" />
	</form>
	</body>
</html>

========以下内容由网友 西瓜吃多了拉稀 提供=============

<input type="text" id="onlySelectDate" /></br>
<input type="text" id="onlySelectTime" /></br>
<input type="text" id="selectDateTime" />
$("#onlySelectDate").datepicker({
        changeYear : true,
        changeMonth : true,
        showSecond : true,
        timeFormat : 'hh:mm:ss',
        dateFormat : 'yy-mm-dd' , //加上下面这行禁选当天之前的日期
        minDate:new Date(),  // 加上下面这行禁选当天之后的日期
        maxDate:new Date()
});

   //只能选取时间

$("#onlySelectTime").timepicker({
        changeYear : true,
        changeMonth : true,
        showSecond : true,
        timeFormat : 'hh:mm:ss',
        dateFormat : 'yy-mm-dd'
});
相关插件-日期和时间

类似当当网促销栏目特效日历制作

类似当当网促销栏目特效日历制作
  日期和时间
 31796  285

es5倒计时插件

es6编译的es5倒计时插件,支持回调函数。
  日期和时间
 25696  291

jQuery时间轴插件Timelinr 2.0

jQuery Timelinr 在此插件上新增了一个单页面水平和垂直同时共存
  日期和时间
 30222  342

mobiscroll2.13.2手机滑动选择日期时间插件(带星期)

根据mobiscroll2.13.2手机滑动选择日期时间插件(带星期)修改的插件,nowText:
  日期和时间
 61406  468

讨论这个项目(36)回答他人问题或分享插件使用方法奖励jQ币 评论用户自律公约

    4nnny 0
    2019/4/18 1:43:14
    sdxlh 0
    2019/1/12 8:11:07
    好想下载,可惜没有金币 回复
    凌寒趋春暖 0
    2018/12/24 11:51:39
    因为兼容ie6.我就先下载来试试行不行 回复
    zgf613 0
    2018/10/26 16:27:51
    下载下来,试试 回复
    yveJohn 0
    2018/7/11 19:04:35
    目前项目需要用到 下载一个试试 回复
    暧昧 0
    2018/2/7 18:40:11
    jq 版本高点就会有 'msie' of undefined  报错  望更正
    回复
    。。 0
    2018/2/7 12:33:04
    手机不可以滑动时分秒选择
        暧昧0
        2018/2/7 18:30:13
        我看看有没有jq币
    回复
    Andy 0
    2018/1/26 11:55:03

    hello

        LH20180
        2018/8/18 15:39:26
        好啊
    回复
    大吉大利 0
    2017/10/18 10:39:04

    这个插件很好,我找到很多个,例如datetimepicker也不能兼容ie

    回复
    Txu毒の信子 0
    2017/10/12 9:40:51

    不行不好使,浪费钱了

    回复
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
取消回复