2 रिपॉजिटरी
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.
यह एक JavaScript समय रूपांतरण लाइब्रेरी है जिसे मिलीसेकंड पूर्णांकों को मानव-पठनीय अवधि के रूप में फॉर्मेट करने और यूनिट-आधारित स्ट्रिंग्स को वापस कुल मिलीसेकंड में पार्स करने के लिए डिज़ाइन किया गया है। यह मशीन-पठनीय अवधि और टेक्स्ट अभ्यावेदन के बीच संक्रमण को मैनेज करने के लिए एक यूटिलिटी के रूप में कार्य करता है। लाइब्रेरी द्विदिश मैपिंग प्रदान करती है, जो रॉ नंबरों को स्ट्रिंग्स में बदलने और दिनों, घंटों और मिनटों जैसी इकाइयों वाली स्ट्रिंग्स को वापस संख्यात्मक मिलीसेकंड काउंट में पार्स करने की अनुमति देती है। यह संक्षिप्त और पूर्ण लिखित-आउट समय फॉर्मेट दोनों का समर्थन करती है।
Acts as a formatter that turns large millisecond integers into abbreviated or full written-out time durations.