dt-format
JSON →A JavaScript date formatting utility inspired by Java's SimpleDateFormat. Version 1.0.8 provides pattern-based formatting with support for common date, time, and weekday components (e.g., dd, MMMM, yyyy, hh:mm:ss, a). It includes locale-aware month and weekday names in multiple languages (English, French, German, Simplified Chinese, Russian, Arabic, Japanese). The library is lightweight with no external dependencies. Last updated in 2021, it appears to be in maintenance mode with no recent updates. Compared to alternatives like date-fns or moment.js, dt-format offers a Java-like API but lacks extensive locale data and comprehensive documentation.
Resources
packagedt-format ↗