DEV Community

Discussion on: The 7 best JavaScript date libraries

Collapse
 
declan_byrd profile image
Declan Byrd

So guessing from the example that it primarily helps with the readability of complex date calculations rather than the readability of a date string. I haven't had to use a package for dates in any of the projects I've worked on so genuinely interested what the decision rational is and what Date doesn't do that forces developers to create packages for that functionality.