请教有朋友用过zswin框架么?请教日历控件如何用

WBOY
Release: 2016-06-13 12:26:45
Original
807 people have browsed it

请问有朋友用过zswin框架么?请问日历控件怎么用?
请问有朋友用过zswin框架么?请问日历控件怎么用?
我按照dwz的方法 试过

<script></script>
也加载了js文件
但是点击的时候没有效果 请问是怎么回事?
------解决思路----------------------

<br /><script type="text/javascript"><br />	$(function () {<br />		$('.datetimepicker').datetimepicker({<br />			minView: "month",<br />			format: 'yyyy-m-d',<br />			language: 'zh-CN',<br />			autoclose:true<br />			//minuteStep: 60<br />			//startView:3<br />		});<br />	});			<br /></script><br />
Copy after login


<br /><input type="text" class="datetimepicker"  name="datetimepicker"  size="13" /><br />
Copy after login

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!