下载My97DatePicker


用法:   

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="JSCalendar.aspx.cs" Inherits="JSCalendar" %>


<!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>

</head>

<body>

<script language="javascript" type="text/javascript" src="My97DatePicker/WdatePicker.js"></script>

    <form >

    <div>

        <asp:TextBox ID="tbDate" runat="server" Style="z-index: 100; left: 50px; position: absolute;

            top: 61px" class="Wdate" value="2006-6-6" onFocus="new WdatePicker(this,'%Y-%M-%D %h:%m',true,'default')" Width="116px"></asp:TextBox>

    

    </div>

    </form>

</body>

</html>

 

相关文章:

  • 2021-06-24
  • 2022-01-11
  • 2021-11-29
  • 2021-12-03
  • 2022-02-16
  • 2021-12-03
  • 2021-05-25
  • 2021-06-09
猜你喜欢
  • 2021-05-16
  • 2021-06-27
  • 2021-12-03
  • 2022-01-11
  • 2022-12-23
  • 2022-12-23
  • 2021-10-15
相关资源
相似解决方案