date-format icon indicating copy to clipboard operation
date-format copied to clipboard

Add support for justinmimbs/date

Open MartinSStewart opened this issue 5 years ago • 0 comments

I have a Date value that I'd like to format using this package. This seems like a natural thing to do since this package is called date-format but currently it seems to only support Time.Posix.

That said, there might be some design consideration if you decide to add this. For example, should phantom types be used to prevent the user from using hour, minute, second, etc with a Date value? Or should those values just default to 0?

MartinSStewart avatar Jul 24 '20 13:07 MartinSStewart