2 repositorios
Utilities for converting time spans into human-friendly descriptive strings.
Distinct from Humanization Utilities: Specializes in time duration formatting rather than general data humanization.
Explore 2 awesome GitHub repositories matching part of an awesome list · Duration Formatters. Refine with filters or upvote what's useful.
Humanizer is a .NET natural language formatter and string manipulation library designed to convert technical identifiers, numbers, and dates into grammatically correct, human-readable text. It functions as a pluralization engine, localization utility, and case conversion tool for the .NET ecosystem. The library provides specialized capabilities for transforming programming conventions like PascalCase or snake_case into readable sentences and vice versa. It distinguishes itself by handling irregular and uncountable English words during pluralization and singularization, and by applying culture
Converts time durations into human-friendly strings with configurable precision.
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.
Acts as a formatter that turns large millisecond integers into abbreviated or full written-out time durations.