Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Latest commit

 

History

History
29 lines (22 loc) · 711 Bytes

File metadata and controls

29 lines (22 loc) · 711 Bytes

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.


[1.1.1]

Changed

  • Improved clock display formatting: now shows "at {time}" for better readability.

[1.1.0]

Added

  • Introduced internationalization support using Intl.DateTimeFormat.
  • Date and time are now locale-aware.

[1.0.1]

Changed

  • Internal performance improvements.
  • Minor code cleanup, no user-facing changes.

[1.0.0]

Added

  • 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.