News

Date-fns in an open-source library supporting date parsing and formatting, locales, and date arithmetic like addition and subtraction. It’s dubbed as Lodash for dates due to its versatility.
If I try to send a valid javascript date, but in string format, like: '2022-10-05T17:09:45.602Z', date-fns throw the following error: Uncaught RangeError: Invalid time value but if I send the same ...
StringFormat.js Simple Javascript library to format strings. I'm adding methods as I see fit (they're extracted from real working software). If you write a new method that is helpful, please submit a ...