• 大小: 0.08M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: 其他
  • 标签: 其他  

资源简介


万历表, 比较好控制, http://topic.csdn.net/u/20111118/13/986cd48d-6057-43f3-85a5-055384084bda.html?71371, 这个贴子而来, 修改完善了一下, 感谢原作者. 纯属技术交流, 请多指教!

资源截图

代码片段和文件信息

using System;
using System.Configuration;
using System.Data;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;

public partial class _Default : System.Web.UI.Page 
{
    protected void Page_Load(object sender EventArgs e)
    {
        if (!this.IsPostBack)
        { 
            
        }
    }
    public string GetStart()
    {
        if (txtStart.Text != ““)
        {
            DateTime start = DateTime.Parse(txtStart.Text).AddDays(1);
            if (start > DateTime.Now.AddDays(1))
            {
                return start.ToString(“yyyy-MM-dd“);
            }
            return DateTime.Now.AddDays(1).ToString(“yyyy-MM-dd“);
        }
        else
        {
            return DateTime.Now.AddDays(1).ToString(“yyyy-MM-dd“);
        }
    }
    public string GetEnd()
    {
        if (txtEnd.Text != ““)
        {
 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       5894  2011-11-21 14:58  万历表(lhgcalendar)\Default.aspx

     文件       4602  2011-08-18 12:59  万历表(lhgcalendar)\Default.aspx.cs

     文件      13092  2011-08-15 18:17  万历表(lhgcalendar)\demo.html

     文件       9049  2009-05-04 07:06  万历表(lhgcalendar)\images\ico-arrow.gif

     文件        172  2011-05-26 17:20  万历表(lhgcalendar)\images\iconDate.gif

     文件       4722  2011-05-26 17:20  万历表(lhgcalendar)\images\lhgcalendar1.gif

     文件       4750  2011-05-26 17:20  万历表(lhgcalendar)\images\lhgcalendar2.gif

     文件       5683  2011-05-26 17:20  万历表(lhgcalendar)\images\lhgcalendar3.gif

     文件        957  2011-03-18 10:07  万历表(lhgcalendar)\images\lhgcal_bg.gif

     文件       1014  2011-05-26 17:05  万历表(lhgcalendar)\images\lhgcal_logo.gif

     文件         72  2011-04-21 22:08  万历表(lhgcalendar)\images\lhgcal_month.gif

     文件         79  2011-03-18 10:07  万历表(lhgcalendar)\images\lhgcal_x.gif

     文件         72  2011-04-21 22:06  万历表(lhgcalendar)\images\lhgcal_year.gif

     文件      57254  2011-01-25 09:37  万历表(lhgcalendar)\jquery-1.3.2.min.js

     文件       3889  2011-06-29 17:26  万历表(lhgcalendar)\lhgcalendar.css

     文件      12457  2011-05-18 11:47  万历表(lhgcalendar)\lhgcalendar.min.js

     文件      19161  2011-04-07 09:07  万历表(lhgcalendar)\lhgcore.min.js

     文件       1643  2011-08-18 12:56  万历表(lhgcalendar)\web.config

     文件       1662  2011-11-18 18:08  万历表(lhgcalendar)\万历表(lhgcalendar).sln

    ..A..H.     60416  2011-11-21 11:16  万历表(lhgcalendar)\万历表(lhgcalendar).suo

     文件        566  2011-08-18 13:13  万历表(lhgcalendar)\使用说明.txt

     目录          0  2011-11-18 17:17  万历表(lhgcalendar)\App_Data

     目录          0  2011-11-18 17:17  万历表(lhgcalendar)\images

     目录          0  2011-11-21 11:16  万历表(lhgcalendar)

----------- ---------  ---------- -----  ----

               207206                    24


评论

共有 条评论