edate
edate copied to clipboard
Suggestion
Hi, and thanks for this nice little library!
I was just wondering, since your library builds upon the {Y, M, D} date representation, why don't you simply compare dates (is_after/1, is_before/1, see https://github.com/dweldon/edate/blob/master/src/edate.erl#L138) using a < or > operator?
Camille