62,271
社区成员
发帖
与我相关
我的任务
分享<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Test.aspx.cs" Inherits="StrongSoft.OceanWeather._Test" %>
<!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 runat="server">
<title>无标题页</title>
<script src="JScript/calendar/WdatePicker.js" type="text/javascript"></script>
</head>
<body style="margin: 0; padding: 0;">
<form id="form1" runat="server">
<div style="height: 860px; background: blue">
<input id="txtStarTime" onfocus="WdatePicker({readOnly:true,dateFmt:'yyyy-MM-dd HH时'})"
type="text" style="width: 115px" value='<%=DateTime.Now.ToString("yyyy-MM-dd HH时") %>' />
</div>
</form>
</body>
</html>
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Test.aspx.cs" Inherits="StrongSoft.OceanWeather._Test" %>
<!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 runat="server">
<title>无标题页</title>
<script src="JScript/calendar/WdatePicker.js" type="text/javascript"></script>
</head>
<body style="margin: 0; padding: 0;">
<form id="form1">
<div style="height: 860px; background: blue">
<input id="txtStarTime" onfocus="WdatePicker({readOnly:true,dateFmt:'yyyy-MM-dd HH时'})"
type="text" style="width: 115px" value='<%=DateTime.Now.ToString("yyyy-MM-dd HH时") %>' />
</div>
</form>
</body>
</html>

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Test.aspx.cs" Inherits="StrongSoft.OceanWeather._Test" %>
<!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 runat="server">
<title>无标题页</title>
<script src="JScript/calendar/WdatePicker.js" type="text/javascript"></script>
</head>
<body style="margin: 0; padding: 0;">
<form id="form1" runat="server">
<div style="height: 860px; background: blue">
<input id="txtStarTime" onfocus="WdatePicker({readOnly:true,dateFmt:'yyyy-MM-dd HH时'})"
type="text" style="width: 115px" value='<%=DateTime.Now.ToString("yyyy-MM-dd HH时") %>' />
</div>
</form>
</body>
</html>