Home  >  Article  >  Backend Development  >  请教有朋友用过zswin框架么?请教日历控件如何用

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

WBOY
WBOYOriginal
2016-06-13 12:26:45808browse

请问有朋友用过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 />


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

Statement:
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