fifth-postulate / julian

Date and time library for Prolog
The Unlicense
27 stars 3 forks source link

create US holiday module #1

Open mndrix opened 11 years ago

mndrix commented 11 years ago

Create a module library(julian/us/holidays) which implements forms like july_fourth, martin_luther_king_day, labor_day, etc. This is mostly a real world use case test to make sure Julian can:

I suspect this module will also be fairly helpful for other users.

Logtalk has a date contribution which supports Easter Sunday calculations. Use that as a reference for how the calculations might be done.