antfu / utils

Collection of common JavaScript / TypeScript utils
MIT License
791 stars 60 forks source link

feat(date): new function dayDiff #29

Closed Alfred-Skyblue closed 1 year ago

Alfred-Skyblue commented 1 year ago

Description

Return the number of days between two dates.

Linked Issues

Additional context

date

antfu commented 1 year ago

Thanks. But I think it can be too specific... Normally when you need do manipulate with the Date, this probably would not be enough and you would use a full features Date library

Alfred-Skyblue commented 1 year ago

Okay, I just came across this warehouse by chance