2 रिपॉजिटरी
Libraries that convert durations between machine-readable numeric values and human-readable text representations.
Distinct from Millisecond Timestamp Retrievals: The candidates focus on performance metrics (startup times, latency) or timestamps (epoch/clocks), whereas this feature is about parsing and formatting duration strings.
Explore 2 awesome GitHub repositories matching development tools & productivity · Time Conversion Utilities. Refine with filters or upvote what's useful.
ms.js is a millisecond conversion library providing tools to format durations into text and parse human-readable time strings back into numbers. It functions as a utility for translating numeric millisecond values into human-readable strings and converting time units such as days, hours, and minutes into numeric milliseconds. The project covers time parsing and formatting, enabling the translation of human-readable time units into millisecond values for application timeout management and duration unit conversion. It includes tools for transforming millisecond durations into both concise and l
Acts as a utility for converting numeric millisecond values into human-readable strings and parsing them back.
यह एक JavaScript समय रूपांतरण लाइब्रेरी है जिसे मिलीसेकंड पूर्णांकों को मानव-पठनीय अवधि के रूप में फॉर्मेट करने और यूनिट-आधारित स्ट्रिंग्स को वापस कुल मिलीसेकंड में पार्स करने के लिए डिज़ाइन किया गया है। यह मशीन-पठनीय अवधि और टेक्स्ट अभ्यावेदन के बीच संक्रमण को मैनेज करने के लिए एक यूटिलिटी के रूप में कार्य करता है। लाइब्रेरी द्विदिश मैपिंग प्रदान करती है, जो रॉ नंबरों को स्ट्रिंग्स में बदलने और दिनों, घंटों और मिनटों जैसी इकाइयों वाली स्ट्रिंग्स को वापस संख्यात्मक मिलीसेकंड काउंट में पार्स करने की अनुमति देती है। यह संक्षिप्त और पूर्ण लिखित-आउट समय फॉर्मेट दोनों का समर्थन करती है।
A utility for transforming strings containing days, hours, and minutes into a total millisecond count.