my97使用

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <title> New Document </title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<script type="text/javascript" src="my97/WdatePicker.js"></script>
	<script tyep='text/javascript'>
		
		
	</script>
 </head>

 <body>
	
  <input type="text" id="i1"  onclick="WdatePicker({minDate:'%y-%M-{%d}',readOnly:true,dateFmt:'yyyy-MM-dd  HH:mm',lang:'zh-cn'})"  class="Wdate"/><br/><br/><br/>
<input tabindex="6" readonly="" type="text" style="width:94px;" onfocus="WdatePicker({readOnly:true,maxDate:'%y-%M-%d',lang:cuLanguage})" />
	文档演示:
http://my97.net/dp/demo/index.htm


 </body>
</html>

猜你喜欢

转载自javaeedevelop.iteye.com/blog/1326718