edate icon indicating copy to clipboard operation
edate copied to clipboard

date manipulation library for erlang

Results 3 edate issues
Sort by recently updated
recently updated
newest added

@dweldon, I love this library that you've made and am wondering if you've considered adding it to hex.pm. If you are interested in this, I might be able to help...

Very usefully library; I have always thought it was missing is_valid which is basically just a wrapper for the calendar function.

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`,...