溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶(hù)服務(wù)條款》

支持IE8的jquery時(shí)間控件

發(fā)布時(shí)間:2020-06-29 11:04:57 來(lái)源:網(wǎng)絡(luò) 閱讀:455 作者:fan0128 欄目:web開(kāi)發(fā)

最近找到了一款支持IE8的時(shí)間控件,支持年月日時(shí)分秒

使用方法很簡(jiǎn)單

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
	<title>基礎(chǔ)示例 - LHGCALENDAR</title>
   
	<link rel="icon" href="../favicon.ico" type="p_w_picpath/x-icon"/>
	<link rel="shortcut icon" href="../favicon.ico" type="p_w_picpath/x-icon"/>
	<link href="../_doc/common.css" type="text/css" rel="stylesheet"/>
	<link href="../_doc/prettify/prettify.css" type="text/css" rel="stylesheet"/>
	<script type="text/javascript" src="../_doc/prettify/prettify.js"></script>
	<script type="text/javascript" src="../jquery-1.7.1.min.js"></script>
	<script type="text/javascript" src="../lhgcalendar.min.js"></script>
	<!--<script type="text/javascript" src="demo.js"></script>-->
	<script type="text/javascript" >
		$(function() {
			$("#test").calendar();//年月日的格式
			$("#test1").calendar({ format:'yyyy-MM-dd HH:mm:ss' });//年月日時(shí)分秒的格式
		});
	</script>
</head>

<body>
    
	 <input type="text" id="test">
	 <input type="text" id="test1">
	
</body>
</html>
其他用法相同,見(jiàn)附件中的demo


附件:http://down.51cto.com/data/2365387
向AI問(wèn)一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI