资源简介
万历表, 比较好控制, 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
相关资源
- Deep_Learning_2016.pdf
- zw_Classification1.zip
- Griffiths-IntroductiontoElectrodynamics4thEdit
- ParaViewTutorial.pdf
- xyisv_10236804.zip
- 计算机图形学第4版高清电子书.pdf
- 《多粒度知识获取与不确定性度量》
- 华成英模电课件.zip
- 70d0cd041f738f12db575d3b46e97582.pdf
- OfficeTabEnterprise13.1.zip
- wxu998.rar
- PowerDesigner16.5汉化文件.rar
- jsgis.zip
- PinyinIME(关键代码写了注释).zip
- 锁相环设计、仿真与应用第5版中.pd
- novelOnLine.zip
- SingleSensorImagingMethodsandApplicationsforDi
- ControlSystemsEngineering7th(NormanS.Nise)
- ModernControlSystems13th(RichardC.Dorf).ra
- VectorMagic_1.15pojie.rar
- complexityoflattice__problems.pdf
- xnby_883749.zip
- TOGAF培训讲义-周金根.pdf
- OS12.2驱动,手机虚拟定位软件,Loca
- 大话系列-大话数据结构(pdf高清版)
- 梁宁产品经理思维30讲.pdf
- CHI760E辰华电化学工作站软件最新版
- SAPERPHCM葵花宝典系列之配置指南(电
- TangZhuoLin.rar
- Day3_NOI.zip
评论
共有 条评论