摘要: /// <summary> /// 公历转为农历的函数 /// </summary> /// <param name="solarDateTime">公历日期</param> /// <returns>农历的日期</returns> static string SolarToChineseLunisolarDate(DateTime solarDateTime) { System.Globalization.ChineseLunisolarCalendar cal = new System.Global 阅读全文
posted @ 2012-09-20 17:56 夕梦 阅读(420) 评论(0) 推荐(0)