一个好用的日历控件

下载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 id="form1" runat="server">

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

 

posted @ 2008-11-06 00:14  Edward Xie  阅读(305)  评论(0编辑  收藏  举报