Show HN: A simple time conversion site for developers

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
  • Sugar

    A Javascript library for working with native objects.

  • dayjs

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

  • Thanks! Never heard of timefhuman, but now I'll look into it.

    To parse human-written dates, time.lol currently uses a combination of Day.js [1] and Sugar [2].

    If the Day.js library can't figure out a valid date from the given input, then the Sugar library is invoked to try even harder :) Seems to work well so far, but indeed it falls short with complex input (e.g. "The Tuesday after July 4th").

    [1] https://day.js.org

  • 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 logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • JavaScript Compare Dates: From Chaos to Clarity

    3 projects | dev.to | 5 May 2024
  • Best date library to handle timezones in React Native?

    3 projects | /r/reactnative | 5 Dec 2023
  • What big media wants us to think.

    2 projects | /r/LowStakesConspiracies | 15 May 2023
  • Day.js – Fast 2kB alternative to Moment.js with the same modern API

    3 projects | /r/programming | 8 Oct 2022
  • I need to find the amount of hours/minutes between the "from" and "to" times.

    3 projects | /r/learnjavascript | 25 Sep 2022