formkit / tempo

📆 Parse, format, manipulate, and internationalize dates and times in JavaScript and TypeScript.
https://tempo.formkit.com
MIT License
2.37k stars 33 forks source link

Add full range of same{Unit} functions. #21

Closed justin-schroeder closed 8 months ago

justin-schroeder commented 8 months ago

We currently have sameDay which is a helpful utility to compare two dates with reduced resolution, which I find helpful in many real-world applications. However, it would be nice to include a full range of these utilities:

hrynevychroman commented 8 months ago

@justin-schroeder You can assign this to me, I will add them soon

hrynevychroman commented 8 months ago

@justin-schroeder sameMonth we skip, or you forgot to mention it?

justin-schroeder commented 8 months ago

Thanks @romanhrynevych. we can add sameMonth at some point if youd like