justinmimbs/elm-date-extra

toString function for Interval

abingham opened this issue · 2 comments

I've found that I need a function to get string versions of the Interval constructors. Would you be interested in adding that to this library? I could put a PR together if so.

Hi there! Are you looking to convert Interval constructors to strings? If so, the toString function in core will do it (e.g. https://ellie-app.com/3mc9LW7GrFKa1/0). Or are you looking to convert strings to Intervals?

Huh...I swear I tried that. Thanks for clearing up my brainfart!