awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rauchg avatar

rauchg/ms.js

0
View on GitHub↗
5,533 Stars·322 Forks·TypeScript·MIT·15 Aufrufenpmjs.com/ms↗

Ms.js

ms.js ist eine Bibliothek zur Millisekunden-Konvertierung, die Tools zum Formatieren von Zeitspannen in Text und zum Parsen von menschenlesbaren Zeit-Strings zurück in Zahlen bereitstellt. Sie dient als Utility, um numerische Millisekunden-Werte in lesbare Strings zu übersetzen und Zeiteinheiten wie Tage, Stunden und Minuten in numerische Millisekunden umzuwandeln.

Das Projekt deckt das Parsen und Formatieren von Zeit ab und ermöglicht die Umwandlung von menschenlesbaren Zeiteinheiten in Millisekunden-Werte für das Timeout-Management von Anwendungen und die Konvertierung von Zeiteinheiten. Es enthält Tools, um Millisekunden-Dauern sowohl in kompakte als auch in ausführliche Textformate für Logs oder Benutzeroberflächen zu transformieren.

Features

  • Duration Formatters - Provides a comprehensive set of functions for formatting millisecond durations into human-readable text.
  • Unit Conversions - Transforms durations of time between different measurement units to ensure consistency in JavaScript.
  • Time Conversion Utilities - Acts as a utility for converting numeric millisecond values into human-readable strings and parsing them back.
  • Measurement Unit Parsers - Isolates numeric values and time units from strings to translate them into milliseconds.
  • Human-Readable Time Delta Formatters - Converts numeric millisecond values into human-readable duration strings in short or long form.
  • Human-Readable Time Parsers - Translates human-readable time units like days, hours, and minutes into numeric millisecond values.
  • Time String Parsers - Turns human-readable time units such as hours or days into numeric milliseconds for use in code.
  • Application Timeout Utilities - Enables the definition of precise application timeouts using friendly time units instead of raw numbers.
  • Date Utilities - Millisecond conversion utility.
  • Date and Time - Millisecond conversion utility.

Star-Verlauf

Star-Verlauf für rauchg/ms.jsStar-Verlauf für rauchg/ms.js

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Ms.js

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Ms.js.
  • vercel/msAvatar von vercel

    vercel/ms

    5,536Auf GitHub ansehen↗

    This is a JavaScript time conversion library designed to format millisecond integers as human-readable durations and parse unit-based strings back into total milliseconds. It serves as a utility for managing the transition between machine-readable durations and text representations. The library provides bidirectional mapping, allowing for the conversion of raw numbers to strings and the parsing of strings containing units like days, hours, and minutes back into numeric millisecond counts. It supports both abbreviated and full written-out time formats.

    TypeScript
    Auf GitHub ansehen↗5,536
  • hustcc/timeago.jsAvatar von hustcc

    hustcc/timeago.js

    5,376Auf GitHub ansehen↗

    timeago.js is a JavaScript library that converts timestamps into human-readable relative time strings. It functions as an internationalized date library that transforms static date and time data into descriptive statements of elapsed time. The project provides a dynamic time updater that automatically refreshes relative time labels on a webpage at regular intervals. It supports multilingual date localization, allowing time-elapsed statements to be translated into various languages using built-in or custom locale settings.

    TypeScript
    Auf GitHub ansehen↗5,376
  • gumroad/countdown.jsAvatar von gumroad

    gumroad/countdown.js

    423Auf GitHub ansehen↗

    Super simple countdowns.

    JavaScript
    Auf GitHub ansehen↗423
  • date-fns/date-fnsAvatar von date-fns

    date-fns/date-fns

    36,579Auf GitHub ansehen↗

    date-fns is a JavaScript date utility library providing a collection of pure functions for manipulating, formatting, and calculating dates and times. It serves as an immutable date manipulation library and a tool for time zone management, ensuring that date transformations are performed without modifying the original date objects. The library functions as a date formatting tool that converts date objects into human-readable strings using custom patterns and international locales. It includes a specific toolset for adjusting and calculating date representations across different geographical re

    TypeScriptdatedate-fnshacktoberfest
    Auf GitHub ansehen↗36,579
Alle 30 Alternativen zu Ms.js anzeigen→

Häufig gestellte Fragen

Was macht rauchg/ms.js?

ms.js ist eine Bibliothek zur Millisekunden-Konvertierung, die Tools zum Formatieren von Zeitspannen in Text und zum Parsen von menschenlesbaren Zeit-Strings zurück in Zahlen bereitstellt. Sie dient als Utility, um numerische Millisekunden-Werte in lesbare Strings zu übersetzen und Zeiteinheiten wie Tage, Stunden und Minuten in numerische Millisekunden umzuwandeln.

Was sind die Hauptfunktionen von rauchg/ms.js?

Die Hauptfunktionen von rauchg/ms.js sind: Duration Formatters, Unit Conversions, Time Conversion Utilities, Measurement Unit Parsers, Human-Readable Time Delta Formatters, Human-Readable Time Parsers, Time String Parsers, Application Timeout Utilities.

Welche Open-Source-Alternativen gibt es zu rauchg/ms.js?

Open-Source-Alternativen zu rauchg/ms.js sind unter anderem: vercel/ms — This is a JavaScript time conversion library designed to format millisecond integers as human-readable durations and… hustcc/timeago.js — timeago.js is a JavaScript library that converts timestamps into human-readable relative time strings. It functions as… dawidjaniga/map-countdown — 🗺️⏳ Count down to your events—visually and interactively! With React at its core, this project merges time and place,… gumroad/countdown.js — Super simple countdowns. date-fns/date-fns — date-fns is a JavaScript date utility library providing a collection of pure functions for manipulating, formatting,… iamkun/dayjs — Day.js is a lightweight utility for parsing, validating, and manipulating date objects. It provides a fluent,…