Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CatholicByYear ¶
CatholicByYear returns time.Time for midnight on Catholic Easter of a given year use Delambre and Butcher's and return time based on Gregorian calendar
@param int year The year as a number greater than 0 @return time.Time The easter date as a time.Time @return errors.Error Error if exists, else nil
func OrthodoxByYear ¶
OrthodoxByYear returns time.Time for midnight on Orthodox Easter of a given year use Meeus Julian algorithm and return time based on Gregorian calendar
@param int year The year as a number greater than 325 @return time.Time The easter date as a time.Time @return errors.Error Error if exists, else nil
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.