The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

Module calendrica-icelandic

Icelandic calendar conversions.

Ported from "Calendrical Calculations" (4th edition) by Nachum Dershowitz and Edward M. Reingold. Original Lisp code (CALENDRICA 4.0) is Apache 2.0 licensed.

Info:

  • Release: 0.1 2026-07-19

Functions

fixed_from_icelandic (i_date) Fixed date equivalent to Icelandic date `i_date`.
icelandic_from_fixed (date) Icelandic date {year, season, week, weekday} corresponding to fixed `date`.
icelandic_summer (i_year) Fixed date of start of summer season in Icelandic year `i_year`.
icelandic_winter (i_year) Fixed date of start of winter season in Icelandic year `i_year`.
icelandic_leap_year (i_year) True if Icelandic year `i_year` is a leap year (53 weeks).
icelandic_month (i_date) Month number of Icelandic date `i_date`.


Functions

fixed_from_icelandic (i_date)
Fixed date equivalent to Icelandic date `i_date`.

Parameters:

  • i_date table Icelandic date {year, season, week, weekday}.

Returns:

    number Fixed date.
icelandic_from_fixed (date)
Icelandic date {year, season, week, weekday} corresponding to fixed `date`.

Parameters:

  • date number Fixed date.

Returns:

    table {year, season, week, weekday}
icelandic_summer (i_year)
Fixed date of start of summer season in Icelandic year `i_year`.

Parameters:

  • i_year number Icelandic year.

Returns:

    number Fixed date.
icelandic_winter (i_year)
Fixed date of start of winter season in Icelandic year `i_year`.

Parameters:

  • i_year number Icelandic year.

Returns:

    number Fixed date.
icelandic_leap_year (i_year)
True if Icelandic year `i_year` is a leap year (53 weeks).

Parameters:

  • i_year number Icelandic year.

Returns:

    boolean
icelandic_month (i_date)
Month number of Icelandic date `i_date`.

Parameters:

  • i_date table Icelandic date {year, season, week, weekday}.

Returns:

    number Month number.
generated by LDoc 1.5.0 Last updated 2026-07-19 03:28:25

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.