aussie-date-formatter

JSON →
library 0.0.3 ·javascript
verified Jun 4, 2026

A JavaScript/TypeScript date formatter that outputs dates and times in the Australian format (dd/mm/yyyy, 12-hour clock with AM/PM, timezone abbreviations like AEDT). Current version 0.0.3. It works with Node's default locale (en-US) and supports any timezone via the Intl API, though US timezones may not display correctly due to offset limitations. The library provides Canadian-friendly formatting for date strings and ISO variants. It is lightweight and has no external dependencies.