You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
652 B
19 lines
652 B
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/xml; charset=utf-8" />
|
|
|
|
<script language="javascript" type="text/javascript" src="WdatePicker.js" ></script>
|
|
</head>
|
|
<body>
|
|
|
|
<form name="form1" method="post" action="">
|
|
<p>
|
|
<input type="text" name="textfield">
|
|
</p>
|
|
<p><input name="user.birthday" id="birthday" class="Wdate" type="text" size="14" value="" onClick="WdatePicker({skin:'default',dateFmt:'yyyy-MM-dd'})"/> </p>
|
|
<p> </p>
|
|
<p><input name="info.addtime" id="addtime" class="Wdate" type="text" size="24" value="" onClick="WdatePicker({skin:'default',dateFmt:'yyyy-MM-dd HH:mm:ss'})"/></p>
|
|
</form>
|
|
|
|
</body>
|
|
</html>
|