C 獲取農曆日期

2022-05-01 17:42:07 字數 1651 閱讀 4970

//

c# 獲取農曆日期

//////

例項化乙個 chineselunisolarcalendar

///private

static chineselunisolarcalendar chinesecalendar =new

chineselunisolarcalendar();

//////十天幹

///private

static

string tg = ;

//////十二地支

///private

static

string dz = ;

//////十二生肖

///private

static

string sx = ;

//////返回農曆天干地支年

//////

農曆年///

public

static

string getlunisolaryear(int

year)

throw

new argumentoutofrangeexception("

無效的年份!");

} //////

農曆月///

///private

static

string months = ;

//////農曆日

///private

static

string days1 = ;

//////

農曆日///

private

static

string days = ;  

//////

返回農曆月

//////

月份///

public

static

string getlunisolarmonth(int

month)

throw

new argumentoutofrangeexception("

無效的月份!");

} //////

返回農曆日

//////

天///

public

static

string getlunisolarday(int

day)

else

}throw

new argumentoutofrangeexception("

無效的日!");

}   

//////

根據公曆獲取農曆日期

//////

公曆日期

///public

static

string

getchinesedatetime(datetime datetime)

else

if (month >leapmonth)

}return

string.concat(getlunisolaryear(year), "

年", isleap ?"

閏" : string.empty, getlunisolarmonth(month), "月"

, getlunisolarday(day));

}

C 獲取日期

system.datetime.now.tostring yyyymmddhhmmssfff system.datetime.now.tostring yymmddhhmmssfff system.datetime.now.tostring mmddhhmmssfffyyyy system.date...

小程式獲取農曆,陽曆轉農曆,計算屬相

在utils.js中新建js,命名為calendar.js,貼上入以下 陽曆轉農曆 getlunardate getlunardate 返回值格式 yyyy mm dd 獲取農曆資訊 getlunardatestring getlunardatestring 返回值格式 let lunar 獲取陰曆...

檢視當前日期的農曆日期的JS

預覽效果 2008年11月28日 星期五 農曆戊子年 冬月初一 js 檔案如下 today.js function runglnl function daysnumberofdate dategl function ateofdate dategl bytes 0 ata yyyy 1997 4 b...