awesome-falsehood VS date-fns

Compare awesome-falsehood vs date-fns and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
awesome-falsehood date-fns
50 119
23,113 33,760
- 0.7%
7.5 9.3
14 days ago 3 days ago
TypeScript
Creative Commons Zero v1.0 Universal MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

awesome-falsehood

Posts with mentions or reviews of awesome-falsehood. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-29.
  • Ask HN: Did you encounter any Leap Year bugs today? How bad was it?
    4 projects | news.ycombinator.com | 29 Feb 2024
    Billing. It always has to be the billing. For a list of all other edge cases, you have: https://github.com/kdeldycke/awesome-falsehood#readme
  • 24 GitHub repos with 372M views that you can't miss out as a software engineer
    4 projects | dev.to | 25 Jan 2024
    Falsehoods Programmers Believe in: https://github.com/kdeldycke/awesome-falsehood
  • Why is it still a practice to not allow special characters in name fields?
    1 project | /r/AskProgramming | 8 Dec 2023
    Also, a list of other falsehood-programmers-believe collections: awesome-falsehood.
  • Bjarne Stroustrup Quotes
    1 project | news.ycombinator.com | 27 Nov 2023
    > I feel like there's a "Fallacies programmers believe about text" that should exist somewhere

    I got you covered.

    https://github.com/kdeldycke/awesome-falsehood#international...

    http://garbled.benhamill.com/2017/04/18/falsehoods-programme...

    https://jeremyhussell.blogspot.com/2017/11/falsehoods-progra...

    https://wiesmann.codiferes.net/wordpress/archives/30296

  • Ask HN: How to handle Asian-style “Family name first” when designing interfaces
    2 projects | news.ycombinator.com | 30 Aug 2023
    There's an excellent GitHub repo that lists a lot of common falsehoods regarding names. I'm not sure how useful it'll be to OP, but the repo in general should probably have way more attention than it already does.

    https://github.com/kdeldycke/awesome-falsehood#human-identit...

  • Facebook must pay $100.000 to Norway each day for violating our right to privacy
    1 project | news.ycombinator.com | 18 Aug 2023
    A decent list for this about prices and currency https://gist.github.com/rgs/6509585 and the full list of other falsehoods https://github.com/kdeldycke/awesome-falsehood
  • Falsehoods Programmers Believe In
    1 project | /r/hypeurls | 5 Aug 2023
    2 projects | news.ycombinator.com | 3 Aug 2023
  • How to organize structs in the code
    1 project | /r/rust | 12 Jul 2023
    If you're interested in this sort of thing there's a whole bunch more: https://github.com/kdeldycke/awesome-falsehood
  • Store your epoch times as 64-bit floats
    1 project | news.ycombinator.com | 9 Jun 2023
    It's saddening to see the number of people who critique the idea of storing time as an unsigned integer by immediately responding that that means that times before 1970 cannot exist. This bespeaks of a continuing poor knowledge of the subject, despite all of the "falsehoods that programmers believe about" documentation that has grown up.

    * https://github.com/kdeldycke/awesome-falsehood#dates-and-tim...

    Microsoft, for one example, has been modelling times as a 64-bit unsigned 100-nanosecond count since 1601 (proleptic-Gregorian proleptic-UTC) for about 30 years, now.

    * https://learn.microsoft.com/en-us/windows/win32/api/minwinba...

    Daniel J. Bernstein in the late 1990s chose a 0 point for an unsigned count so far back that it pre-dates most estimates of the point of the Big Bang.

    * http://cr.yp.to/libtai/tai64.html

    1970 is not the mandatory origin for every timescale. (Indeed, in the early years of Unix itself there wasn't even a stable origin for time.) It is not a valid reason for dismissing the idea of storing time as an unsigned integer.

    It's also sad to note that the headlined page's first sentence has one of the very falsehoods that programmers believe about time in it.

date-fns

Posts with mentions or reviews of date-fns. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-08.
  • How to parse and format a date in JavaScript
    4 projects | dev.to | 8 May 2024
    Date-fns (33.3k ⭐) — A library that offers great documentation, functional architecture, and utilities that handle almost any task you can think of. It has a modular design that allows you to import only the functions you need.
  • Handling dates in JavaScript with Tempo
    4 projects | dev.to | 7 May 2024
    date-fns is a JavaScript date-handling library written in TypeScript. It was first released in 2014. date-fns works in both the browser and Node.js. It also supports working with TypeScript and Flow (the JavaScript typechecker). date-fns is very popular, with 33.4K stars on GitHub and 20.5M npm weekly downloads, at the time of writing.
  • JavaScript Compare Dates: From Chaos to Clarity
    3 projects | dev.to | 5 May 2024
    Date-fns is a modern and modular library that lets you do amazing things with dates and times. You can parse, sort dates, and format them in any way you want. You can also use plugins to add more features, like natural language comparisons, relative time, or custom formats.
  • Javascript Date() - DateOnly Format and off by 1 day when using date-fns
    1 project | dev.to | 28 Mar 2024
    // Prevent the date to lose the milliseconds when passed to new Date() in IE10 return new (argument.constructor as GenericDateConstructor)( +argument, ); // Source: https://github.com/date-fns/date-fns/blob/5c1adb5369805ff552737bf8017dbe07f559b0c6/src/toDate/index.ts#L46
  • FLaNK 25 December 2023
    33 projects | dev.to | 26 Dec 2023
  • 👨‍🚀 Traversing Time with Intl.RelativeTimeFormat()
    2 projects | dev.to | 18 Dec 2023
    For the longest time working with dates in JavaScript was a huge pain. That’s why libraries such as moment.js or date-fns are so popular. A lot of times I’d reach for these libraries when working with relative time formatting, but since late last year we’ve had pretty great browser support for the RelativeTimeFormat() method. In my mind, relative dates are just more visually appealing, especially for working with dates internationally. Dates like "5 days ago" or "in 2 months" are far more intuitive for users than 12/12/2023, or 03/11/2027. Folks in the US will see that as March 11, 2027, whereas the rest of the world will see that as November 03, 2027. What a nightmare.
  • 🔥14 Excellent Open-source Projects for Developers😎
    5 projects | dev.to | 10 Dec 2023
    8. Date-fns - Simplifying Time Manipulation ⏳
  • Best date library to handle timezones in React Native?
    3 projects | /r/reactnative | 5 Dec 2023
    I work with date-fns and date-fns-tz
  • What library do you use to handle dates?
    4 projects | /r/reactjs | 9 Jun 2023
    In past i used Moment, but I read that we should avoid to use it for future projects. I read someone suggested to use Datejs, but it doesn't seems to be updated, last time was 8 years ago. Currently I'm thinking to use Luxon but I someone suggest Date-fns also.
  • 20 Essential Parts Of Any Large Scale React App
    15 projects | dev.to | 2 Jun 2023
    date-fns : Date handling

What are some alternatives?

When comparing awesome-falsehood and date-fns you can also consider the following projects:

libphonenumber - Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers.

dayjs - ⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API

nocode - The best way to write secure and reliable applications. Write nothing; deploy nowhere.

Luxon - ⏱ A library for working with dates and times in JS

tinygettext - A simple gettext replacement that works directly on .po files

moment - Parse, validate, manipulate, and display dates in javascript.

awesome-gbadev - A curated list of Game Boy Advance development resources

countdown.js - Super simple countdowns.

vscode-gitlens - Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more

moment-timezone - Timezone support for moment.js

awesome-remote-job - A curated list of awesome remote jobs and resources. Inspired by https://github.com/vinta/awesome-python

timeago.js - :clock8: :hourglass: timeago.js is a tiny(2.0 kb) library used to format date with `*** time ago` statement.