tgl.js - 简单漂亮的多种颜色日历插件|时间选择插件

tgl.js - 简单漂亮的多种颜色日历插件|时间选择插件2112
tgl.js - 简单漂亮的多种颜色日历插件|时间选择插件2113
tgl.js - 简单漂亮的多种颜色日历插件|时间选择插件2114
使用方法
<html>
	<head>
		<title>tgl.js</title>
		<script type="text/javascript" src="js/tgl.0.10.min.js"></script>
	</head>

	<body>
		<form method='get'>
			<input type='text' id='tes1' value='' name='tes1'>
		</form>

		<script>
			tgl({
				input : 'tes1',
				clasStyle : 'theme4-pack1-blue',
				shortDay : '3'
			});
		</script>
	</body>
</html>

也许你还喜欢