最近对阳历转阴历从而得到相应节日的算法这方面比较感兴趣,于是就在网上搜了一圈。不错,还算是找到一个比较不错的php类,实现了将阳历转换为阴历(农历),阴历转换为阳历的算法,同时还能获取干支纪年,生肖,以及相应的阴历的中文叫法等等,功能还是挺齐全的,在这里分享给大家。
具体类代码如下:
class Lunar{
var $MIN_YEAR=1891;
var $MAX_YEAR=2100;
var $lunarInfo=array(
array(0,2,9,21936),a
搜索了好几个python实现的万年历多有部分时间有问题,好多是来自这个代码:
复制代码 代码如下:#!/usr/bin/env python# -*- coding: utf-8 -*-”’Usage: ccal Month [4-Digit-Year] or: ccal 4-Digit-Year Month
This Python scr ipt is to show Solar and Lunar calender at thesame time. You need to have