公历_农历转换.sql 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468
  1. if object_id('SolarData') is not null
  2. drop table SolarData
  3. go
  4. create table SolarData
  5. (
  6. yearid int not null,
  7. data char(7) not null,
  8. dataint int not null
  9. )
  10. --插入数据
  11. insert into
  12. SolarData select 1900,'0x04bd8',19416 union all select 1901,'0x04ae0',19168
  13. union all select 1902,'0x0a570',42352 union all select 1903,'0x054d5',21717
  14. union all select 1904,'0x0d260',53856 union all select 1905,'0x0d950',55632
  15. union all select 1906,'0x16554',91476 union all select 1907,'0x056a0',22176
  16. union all select 1908,'0x09ad0',39632 union all select 1909,'0x055d2',21970
  17. union all select 1910,'0x04ae0',19168 union all select 1911,'0x0a5b6',42422
  18. union all select 1912,'0x0a4d0',42192 union all select 1913,'0x0d250',53840
  19. union all select 1914,'0x1d255',119381 union all select 1915,'0x0b540',46400
  20. union all select 1916,'0x0d6a0',54944 union all select 1917,'0x0ada2',44450
  21. union all select 1918,'0x095b0',38320 union all select 1919,'0x14977',84343
  22. union all select 1920,'0x04970',18800 union all select 1921,'0x0a4b0',42160
  23. union all select 1922,'0x0b4b5',46261 union all select 1923,'0x06a50',27216
  24. union all select 1924,'0x06d40',27968 union all select 1925,'0x1ab54',109396
  25. union all select 1926,'0x02b60',11104 union all select 1927,'0x09570',38256
  26. union all select 1928,'0x052f2',21234 union all select 1929,'0x04970',18800
  27. union all select 1930,'0x06566',25958 union all select 1931,'0x0d4a0',54432
  28. union all select 1932,'0x0ea50',59984 union all select 1933,'0x06e95',28309
  29. union all select 1934,'0x05ad0',23248 union all select 1935,'0x02b60',11104
  30. union all select 1936,'0x186e3',100067 union all select 1937,'0x092e0',37600
  31. union all select 1938,'0x1c8d7',116951 union all select 1939,'0x0c950',51536
  32. union all select 1940,'0x0d4a0',54432 union all select 1941,'0x1d8a6',120998
  33. union all select 1942,'0x0b550',46416 union all select 1943,'0x056a0',22176
  34. union all select 1944,'0x1a5b4',107956 union all select 1945,'0x025d0',9680
  35. union all select 1946,'0x092d0',37584 union all select 1947,'0x0d2b2',53938
  36. union all select 1948,'0x0a950',43344 union all select 1949,'0x0b557',46423
  37. union all select 1950,'0x06ca0',27808 union all select 1951,'0x0b550',46416
  38. union all select 1952,'0x15355',86869 union all select 1953,'0x04da0',19872
  39. union all select 1954,'0x0a5d0',42448 union all select 1955,'0x14573',83315
  40. union all select 1956,'0x052d0',21200 union all select 1957,'0x0a9a8',43432
  41. union all select 1958,'0x0e950',59728 union all select 1959,'0x06aa0',27296
  42. union all select 1960,'0x0aea6',44710 union all select 1961,'0x0ab50',43856
  43. union all select 1962,'0x04b60',19296 union all select 1963,'0x0aae4',43748
  44. union all select 1964,'0x0a570',42352 union all select 1965,'0x05260',21088
  45. union all select 1966,'0x0f263',62051 union all select 1967,'0x0d950',55632
  46. union all select 1968,'0x05b57',23383 union all select 1969,'0x056a0',22176
  47. union all select 1970,'0x096d0',38608 union all select 1971,'0x04dd5',19925
  48. union all select 1972,'0x04ad0',19152 union all select 1973,'0x0a4d0',42192
  49. union all select 1974,'0x0d4d4',54484 union all select 1975,'0x0d250',53840
  50. union all select 1976,'0x0d558',54616 union all select 1977,'0x0b540',46400
  51. union all select 1978,'0x0b5a0',46496 union all select 1979,'0x195a6',103846
  52. union all select 1980,'0x095b0',38320 union all select 1981,'0x049b0',18864
  53. union all select 1982,'0x0a974',43380 union all select 1983,'0x0a4b0',42160
  54. union all select 1984,'0x0b27a',45690 union all select 1985,'0x06a50',27216
  55. union all select 1986,'0x06d40',27968 union all select 1987,'0x0af46',44870
  56. union all select 1988,'0x0ab60',43872 union all select 1989,'0x09570',38256
  57. union all select 1990,'0x04af5',19189 union all select 1991,'0x04970',18800
  58. union all select 1992,'0x064b0',25776 union all select 1993,'0x074a3',29859
  59. union all select 1994,'0x0ea50',59984 union all select 1995,'0x06b58',27480
  60. union all select 1996,'0x055c0',21952 union all select 1997,'0x0ab60',43872
  61. union all select 1998,'0x096d5',38613 union all select 1999,'0x092e0',37600
  62. union all select 2000,'0x0c960',51552 union all select 2001,'0x0d954',55636
  63. union all select 2002,'0x0d4a0',54432 union all select 2003,'0x0da50',55888
  64. union all select 2004,'0x07552',30034 union all select 2005,'0x056a0',22176
  65. union all select 2006,'0x0abb7',43959 union all select 2007,'0x025d0',9680
  66. union all select 2008,'0x092d0',37584 union all select 2009,'0x0cab5',51893
  67. union all select 2010,'0x0a950',43344 union all select 2011,'0x0b4a0',46240
  68. union all select 2012,'0x0baa4',47780 union all select 2013,'0x0ad50',44368
  69. union all select 2014,'0x055d9',21977 union all select 2015,'0x04ba0',19360
  70. union all select 2016,'0x0a5b0',42416 union all select 2017,'0x15176',86390
  71. union all select 2018,'0x052b0',21168 union all select 2019,'0x0a930',43312
  72. union all select 2020,'0x07954',31060 union all select 2021,'0x06aa0',27296
  73. union all select 2022,'0x0ad50',44368 union all select 2023,'0x05b52',23378
  74. union all select 2024,'0x04b60',19296 union all select 2025,'0x0a6e6',42726
  75. union all select 2026,'0x0a4e0',42208 union all select 2027,'0x0d260',53856
  76. union all select 2028,'0x0ea65',60005 union all select 2029,'0x0d530',54576
  77. union all select 2030,'0x05aa0',23200 union all select 2031,'0x076a3',30371
  78. union all select 2032,'0x096d0',38608 union all select 2033,'0x04bd7',19415
  79. union all select 2034,'0x04ad0',19152 union all select 2035,'0x0a4d0',42192
  80. union all select 2036,'0x1d0b6',118966 union all select 2037,'0x0d250',53840
  81. union all select 2038,'0x0d520',54560 union all select 2039,'0x0dd45',56645
  82. union all select 2040,'0x0b5a0',46496 union all select 2041,'0x056d0',22224
  83. union all select 2042,'0x055b2',21938 union all select 2043,'0x049b0',18864
  84. union all select 2044,'0x0a577',42359 union all select 2045,'0x0a4b0',42160
  85. union all select 2046,'0x0aa50',43600 union all select 2047,'0x1b255',111189
  86. union all select 2048,'0x06d20',27936 union all select 2049,'0x0ada0',44448
  87. GO
  88. if object_id('Proc_ConvertLunar') is not null
  89. drop function Proc_ConvertLunar
  90. go
  91. --公历转农历 返回日期格式
  92. create function Proc_ConvertLunar(@solarday datetime)
  93. returns nvarchar(30)
  94. as
  95. begin
  96. declare @soldata int
  97. declare @offset int
  98. declare @ilunar int
  99. declare @i int
  100. declare @j int
  101. declare @ydays int
  102. declare @mdays int
  103. declare @mleap int
  104. declare @mleap1 int
  105. declare @mleapnum int
  106. declare @bleap smallint
  107. declare @temp int
  108. declare @year nvarchar(10)
  109. declare @month nvarchar(10)
  110. declare @day nvarchar(10)
  111. declare @chinesenum nvarchar(10)
  112. declare @outputdate nvarchar(30)
  113. set @offset=datediff(day,'1900-01-30',@solarday)
  114. --确定农历年开始
  115. set @i=1900
  116. --set @offset=@soldata
  117. while @i<2050 and @offset>0
  118. begin
  119. set @ydays=348
  120. set @mleapnum=0
  121. select @ilunar=dataint from solardata where yearid=@i
  122. --传回农历年的总天数
  123. set @j=32768
  124. while @j>8
  125. begin
  126. if @ilunar & @j >0
  127. set @ydays=@ydays+1
  128. set @j=@j/2
  129. end
  130. --传回农历年闰哪个月 1-12 , 没闰传回 0
  131. set @mleap = @ilunar & 15
  132. --传回农历年闰月的天数 ,加在年的总天数上
  133. if @mleap > 0
  134. begin
  135. if @ilunar & 65536 > 0
  136. set @mleapnum=30
  137. else
  138. set @mleapnum=29
  139. set @ydays=@ydays+@mleapnum
  140. end
  141. set @offset=@offset-@ydays
  142. set @i=@i+1
  143. end
  144. if @offset <= 0
  145. begin
  146. set @offset=@offset+@ydays
  147. set @i=@i-1
  148. end
  149. --确定农历年结束
  150. set @year=@i
  151. --确定农历月开始
  152. set @i = 1
  153. select @ilunar=dataint from solardata where yearid=@year
  154. --判断那个月是闰月
  155. set @mleap = @ilunar & 15
  156. set @bleap = 0
  157. while @i < 13 and @offset > 0
  158. begin
  159. --判断闰月
  160. set @mdays=0
  161. if (@mleap > 0 and @i = (@mleap+1) and @bleap=0)
  162. begin--是闰月
  163. set @i=@i-1
  164. set @bleap=1
  165. set @mleap1= @mleap
  166. --传回农历年闰月的天数
  167. if @ilunar & 65536 > 0
  168. set @mdays = 30
  169. else
  170. set @mdays = 29
  171. end
  172. else
  173. --不是闰月
  174. begin
  175. set @j=1
  176. set @temp = 65536
  177. while @j<=@i
  178. begin
  179. set @temp=@temp/2
  180. set @j=@j+1
  181. end
  182. if @ilunar & @temp > 0
  183. set @mdays = 30
  184. else
  185. set @mdays = 29
  186. end
  187. --解除闰月
  188. if @bleap=1 and @i= (@mleap+1)
  189. set @bleap=0
  190. set @offset=@offset-@mdays
  191. set @i=@i+1
  192. end
  193. if @offset <= 0
  194. begin
  195. set @offset=@offset+@mdays
  196. set @i=@i-1
  197. end
  198. --确定农历月结束
  199. set @month=@i
  200. --确定农历日结束
  201. set @day=ltrim(@offset)
  202. --输出日期
  203. set @outputdate=@year+'-'+@month+'-'+@day
  204. return @outputdate
  205. end
  206. GO
  207. --生成1900至2045年农历与公历对照表
  208. if object_id('LunarCalenderContrastTable') is not null
  209. drop table LunarCalenderContrastTable
  210. GO
  211. create table LunarCalenderContrastTable
  212. (
  213. Calender datetime primary key NOT NULL,
  214. Lunar nvarchar(100)
  215. )
  216. --索引
  217. CREATE NONCLUSTERED INDEX [IX_tb_LunarCalenderContrastTable_Lunar] ON [dbo].[LunarCalenderContrastTable]
  218. (
  219. [Lunar] ASC
  220. )
  221. GO
  222. BEGIN
  223. declare @i int
  224. declare @day nvarchar(10)
  225. set @i= DATEDIFF(day,'1910-1-1','2030-1-1')
  226. while @i>0
  227. begin
  228. set @day=dateadd(d,@i,'1910-1-1')
  229. insert into LunarCalenderContrastTable(Calender,Lunar) values(@day,dbo.Proc_ConvertLunar(@day))
  230. set @i=@i-1
  231. end
  232. END
  233. GO
  234. --存储过程查询生日
  235. if object_id('GetCalender') is not null
  236. drop function GetCalender
  237. go
  238. create function dbo.GetCalender(
  239. @month varchar(3),
  240. @day varchar(3),
  241. @now datetime,
  242. @isLeapMonth bit --是否闰月
  243. )
  244. returns datetime
  245. as
  246. begin
  247. declare @years varchar(10)
  248. declare @dates varchar(12)
  249. declare @retdates datetime
  250. set @years= year(@now)
  251. set @dates=@years+'-'+@month+'-'+@day
  252. if @isLeapMonth=1
  253. set @retdates=(select top 1 Calender from LunarCalenderContrastTable where Lunar =@dates order by Calender desc)
  254. else
  255. set @retdates=(select top 1 Calender from LunarCalenderContrastTable where Lunar =@dates order by Calender asc)
  256. return @retdates
  257. end
  258. GO
  259. --测试
  260. select dbo.GetCalender(2,15,getdate())
  261. select dbo.Proc_ConvertLunar('2060-7-8')
  262. select dbo.fn_GetLunar('2015-7-8')
  263. --公历转农历 中文显示
  264. create function dbo.fn_GetLunar(@solarday datetime)
  265. returns nvarchar(30)
  266. as
  267. begin
  268. declare @soldata int
  269. declare @offset int
  270. declare @ilunar int
  271. declare @i int
  272. declare @j int
  273. declare @ydays int
  274. declare @mdays int
  275. declare @mleap int
  276. declare @mleap1 int
  277. declare @mleapnum int
  278. declare @bleap smallint
  279. declare @temp int
  280. declare @year nvarchar(10)
  281. declare @month nvarchar(10)
  282. declare @day nvarchar(10)
  283. declare @chinesenum nvarchar(10)
  284. declare @outputdate nvarchar(30)
  285. set @offset=datediff(day,'1900-01-30',@solarday)
  286. --确定农历年开始
  287. set @i=1900
  288. --set @offset=@soldata
  289. while @i<2050 and @offset>0
  290. begin
  291. set @ydays=348
  292. set @mleapnum=0
  293. select @ilunar=dataint from solardata where yearid=@i
  294. --传回农历年的总天数
  295. set @j=32768
  296. while @j>8
  297. begin
  298. if @ilunar & @j >0
  299. set @ydays=@ydays+1
  300. set @j=@j/2
  301. end
  302. --传回农历年闰哪个月 1-12 , 没闰传回 0
  303. set @mleap = @ilunar & 15
  304. --传回农历年闰月的天数 ,加在年的总天数上
  305. if @mleap > 0
  306. begin
  307. if @ilunar & 65536 > 0
  308. set @mleapnum=30
  309. else
  310. set @mleapnum=29
  311. set @ydays=@ydays+@mleapnum
  312. end
  313. set @offset=@offset-@ydays
  314. set @i=@i+1
  315. end
  316. if @offset <= 0
  317. begin
  318. set @offset=@offset+@ydays
  319. set @i=@i-1
  320. end
  321. --确定农历年结束
  322. set @year=@i
  323. --确定农历月开始
  324. set @i = 1
  325. select @ilunar=dataint from solardata where yearid=@year
  326. --判断那个月是闰月
  327. set @mleap = @ilunar & 15
  328. set @bleap = 0
  329. while @i < 13 and @offset > 0
  330. begin
  331. --判断闰月
  332. set @mdays=0
  333. if (@mleap > 0 and @i = (@mleap+1) and @bleap=0)
  334. begin--是闰月
  335. set @i=@i-1
  336. set @bleap=1
  337. set @mleap1= @mleap
  338. --传回农历年闰月的天数
  339. if @ilunar & 65536 > 0
  340. set @mdays = 30
  341. else
  342. set @mdays = 29
  343. end
  344. else
  345. --不是闰月
  346. begin
  347. set @j=1
  348. set @temp = 65536
  349. while @j<=@i
  350. begin
  351. set @temp=@temp/2
  352. set @j=@j+1
  353. end
  354. if @ilunar & @temp > 0
  355. set @mdays = 30
  356. else
  357. set @mdays = 29
  358. end
  359. --解除闰月
  360. if @bleap=1 and @i= (@mleap+1)
  361. set @bleap=0
  362. set @offset=@offset-@mdays
  363. set @i=@i+1
  364. end
  365. if @offset <= 0
  366. begin
  367. set @offset=@offset+@mdays
  368. set @i=@i-1
  369. end
  370. --确定农历月结束
  371. set @month=@i
  372. --确定农历日结束
  373. set @day=ltrim(@offset)
  374. --输出日期
  375. set @chinesenum=N'〇一二三四五六七八九十'
  376. while len(@year)>0
  377. select @outputdate=isnull(@outputdate,'')
  378. + substring(@chinesenum,left(@year,1)+1,1)
  379. , @year=stuff(@year,1,1,'')
  380. set @outputdate=@outputdate+N'年'
  381. + case @mleap1 when @month then N'闰' else '' end
  382. if cast(@month as int)<10
  383. set @outputdate=@outputdate
  384. + case @month when 1 then N'正'
  385. else substring(@chinesenum,left(@month,1)+1,1)
  386. end
  387. else if cast(@month as int)>=10
  388. set @outputdate=@outputdate
  389. + case @month when '10' then N'十' when 11 then N'十一'
  390. else N'十二' end
  391. set @outputdate=@outputdate + N'月'
  392. if cast(@day as int)<10
  393. set @outputdate=@outputdate + N'初'
  394. + substring(@chinesenum,left(@day,1)+1,1)
  395. else if @day between '10' and '19'
  396. set @outputdate=@outputdate
  397. + case @day when '10' then N'初十' else N'十'+
  398. substring(@chinesenum,right(@day,1)+1,1) end
  399. else if @day between '20' and '29'
  400. set @outputdate=@outputdate
  401. + case @day when '20' then N'二十' else N'廿' end
  402. + case @day when '20' then N'' else
  403. substring(@chinesenum,right(@day,1)+1,1) end
  404. else
  405. set @outputdate=@outputdate+N'三十'
  406. return @outputdate
  407. end
  408. GO
  409. --测试
  410. select dbo.GetCalender(5,23,getdate(),0) --通过查询转农历为公历
  411. select dbo.GetCalender(5,23,'2009',1) --通过查询转农历为公历
  412. select dbo.Proc_ConvertLunar('2009-07-15 00:00:00') --转公历为农历
  413. select dbo.fn_GetLunar('2009-07-15')--转公历为农历 中文小写格式
  414. --转农历为公历
  415. select dbo.Fun_GetGregorianCalendar('2009-05-23','0')
  416. select dbo.Fun_GetGregorianCalendarBirthday(5,23,'2015','1')
  417. --转公历为农历
  418. select dbo.Fun_GetLunarCalendar('2015-7-8',0)
  419. select dbo.Fun_GetLunarCalendarBirthday(7,8,'2015',1)
  420. select dbo.Fun_GetGregorianCalendarNowYearBirthday('2015-7-8',0)
  421. select dbo.Fun_GetGregorianCalendar('','')
  422. select dbo.Fun_GetLunarCalendar('2015-05-12 00:00:00.000','0')
  423. declare @Birthday varchar(100)
  424. set @Birthday=(select [Cus_Birthday] FROM [testDB].[dbo].[tb_ErpCustomer] where ID=3)
  425. select @Birthday
  426. select YEAR(@Birthday)