資源簡介
萬歷表, 比較好控制, 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
評論
共有 條評論