<!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>
 <title></title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="config.js"></script>
<script type="text/javascript" src="lang/zh-cn.js"></script>
<link rel="stylesheet" type="text/css" href="skin/WdatePicker.css" />
<link rel="stylesheet" type="text/css" href="skin/default/datepicker.css" />
<script type="text/javascript" src="WdatePicker.js"></script>
</head>
<body>
<div ></div>
<script>
WdatePicker({eCont:'div1',skin:'ext',onpicked:function(dp){
     alert( '你选择的日期是:'+dp.cal.getDateStr() );
    }
   })
</script>

<input />

<input type="text" />

<input type="text" />
</body>
</html>

 

相关文章:

  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-16
猜你喜欢
  • 2022-12-23
  • 2021-07-11
  • 2021-10-31
  • 2021-05-20
  • 2022-01-31
  • 2021-06-07
相关资源
相似解决方案