Glich - v0.3.0 Manual
eh - Julian Era Hispanica
Home Development v0.3.0 Manual Hics Library eh

Calendar Description - Scheme eh

The Julian Era Hispanica calendar is a variant of the Julian calendar. The calendar is also known as Spanish Era or Caesar Ara. The year number is increased on the 1st of January, but the year count starts with year one in year -37 (or 38 BCE).

Use Case

The calendar originated with the Visigoths in about the third century and continued to be used in Spain and Portugal until the fifteenth century.

Definition

The Julian Era Hispanica calendar is based on Julian calendar and has the same definition except it has a different epoch.

The Record consists of three Fields named year, month, and day and the Optional Field wday.

Record
yearmonthdaywday

The calendar scheme is implemented by adding 38 to the Julian year value.

The Epoch is set at
ehyearmonthday
111
=
jyearmonthday
-3711
=
jdnday
1707544
.

Formats

The formats supplied are the same as the j Julian scheme.

Formats - Grammar j
CodeRulePseudo:inPseudo:outExampleNote
dmytextday month yeardd Mon yyyy26 Jan 2061D, S
dmy+textday month yeardd Month yyyy26 January 2061S
wdmytextwday day month yearWday dd Mon yyyyWed 26 Jan 2061
wdmy+textwday day month yearWeekday dd Month yyyyWednesday 26 January 2061
stdtextday month yearddth Month yyyy26th January 2061S
fulltextwday day month yearWeekday ddth Month yyyyWednesday 26th January 2061
mdytextmonth day yearMon dd, yyyyJan 26, 2061S
mdy+textmonth day yearMonth dd, yyyyJanuary 26, 2061S
wmdytextwday month day yearWday, Mon dd, yyyyWed, Jan 26, 2061
wmdy+textwday month day yearWeekday, Month dd, yyyyWednesday, January 26, 2061
ymdtextyear month dayyyyy:Mon:dd2061:Jan:26S
deftextyear month dayyyyy mm dd2061 1 26H, S
uunit9y 9m 9d9y 9m 9d2061y 1m 26dH
Notes: D = Default, H = Hidden, S = Range shortcut supported. Example based on jdn# 2459984

Script

Script - Module hics:eh
scheme eh { name "Julian Era Hispanica"; base julian "year:-38"; grammar j; }

The script uses the grammar "j" definition from j Julian.

It also uses the lexicon "m" definition from j Julian for the month field and "w" definition from the jwn Julian Week Number scheme for the optional field wday.

Home Development v0.3.0 Manual Hics Library eh

Managed by WebPageLayout Validated by HTML Validator (based on Tidy)

19th July 2023