igneus / calendarium-romanum

liturgical calendar library (Roman Catholic, post-Vatican II)
50 stars 21 forks source link

Human-readable weekday #34

Closed igneus closed 6 years ago

igneus commented 6 years ago

Given variable day stores an instance of CalendariumRomanum::Day one can do either day.date.wday or use the shortcut day.weekday. Both return weekday as integer. There should be a property on Day containing weekday as an internationalized string for humans.

igneus commented 6 years ago

Obviously, my attempt to close this from a comment over at #39 failed. Closing manually.