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.