时间日期控件(兼容ie6)

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

 69108  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'
});
相关插件-日期和时间

jQuery手机考勤日历插件

一款简单的手机端日历插件,可以根据年月选择查看当月的考勤情况
  日期和时间
 30181  243

jQuery移动端时间选择插件

jQuery移动端滑动选择时间插件
  日期和时间
 36380  348

js css3扁平化APP图标时钟动画

js css3扁平化APP图标时钟动画
  日期和时间
 25324  327

移动端日期选择插件mtimer

移动端日期选择插件
  日期和时间
 81607  383

讨论这个项目(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

    不行不好使,浪费钱了

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