All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Improved clock display formatting: now shows
"at {time}"for better readability.
- Introduced internationalization support using
Intl.DateTimeFormat. - Date and time are now locale-aware.
- Internal performance improvements.
- Minor code cleanup, no user-facing changes.
- Initial release of
datetime.js. - Displays current weekday, month, day, year, and time.
- 12-hour format with AM/PM.
- Auto-updates every second.
- Lightweight and browser-friendly.