Simple Digital Clock ๐
Simple Digital Clock ๐
Description
It is ๐ช a magical and easy-to-use digital clock with a beautiful UI, supporting multiple languages, locales, dates, captions, and time zones.
๐ Description
The Digital Clock Widget โ the perfect addition to your website! This sleek and minimalist digital clock Gutenberg block (widget) offers a quick and easy way to display the current time on your site. With its clean design and unobtrusive style, it seamlessly blends into any webpage. Whether you’re running a blog, an e-commerce store, or a personal website, our widget keeps your visitors informed with accurate, real-time information. Easy to install and highly customizable, it’s the ideal choice for adding a touch of professionalism to your online presence. Upgrade your website today with the Simple Digital Clock Widget and keep your audience in sync with the times!
Live demo๐ | CodePen playground๐
โญ๏ธ FEATURES โญ๏ธ
- ๐ Lightweight (~11.2 KiB gzip)
- ๐ฃ Locale support (BCP-47, e.g.,
en-US,uk,de-DE) - ๐ IANA time zones (e.g.,
Europe/Kyiv,UTC) - ๐ Custom caption
- ๐จ Styling: color/gradient, radius, shadows
- ๐ข 24-hour or AM/PM, โฑ seconds, โฑ๏ธ optional hundredths of a second, ๐ date
- ๐ SSL-friendly, ๐ฑ responsive, ๐ SEO-friendly
- ๐ฏ Free, no ads
How it works
- Add the Simple Digital Clock block in the editor or as a widget.
- Configure in the right sidebar:
- Locale (e.g.,
en-US,uk,fr-FR) - Time Zone (IANA ID, e.g.,
Europe/Kyiv,America/New_York,UTC) - Seconds, Hundredths, Date, 24-Hour (AM/PM), Caption
- Background/gradient, border radius, shadow, and font
- Locale (e.g.,
Hundredths shows two fractional digits after the seconds for clocks that need finer visual precision. Hundredths automatically include seconds while enabled. Note: the browser may not render every 10 ms increment.
๐ Installation
= From your WordPress dashboard =
1. Go to Plugins Add New
2. Search for โSimple Digital Clockโ
3. Install & Activate
4. Insert the block in the editor or add it as a widget (/wp-admin/widgets.php)
From WordPress.org
- Download โSimple Digital Clockโ
- Upload to /wp-content/plugins/
- Activate
- Insert the block / add the widget
Source / Development
The production JavaScript bundled with this plugin is built from the public Simple Digital Clock Widget source.
- Source repository: https://github.com/Timenow-zone/Simple-Digital-Clock-Widget
- Bundled upstream version: 0.7.0
- Exact source for this bundled release: https://github.com/Timenow-zone/Simple-Digital-Clock-Widget/tree/v0.7.0
To reproduce the production bundle:
npm cinpm run build
๐ฉ Donations
๐ Sync Time: UTC
๐๏ธ Today’s Date: TodaysDateNow
Screenshots

screenshot-1.png โ Front-end examples: multiple Simple Digital Clock blocks on one page, each with different locales, time zones, colors, and formats (AM/PM or 24-hour).

screenshot-2.png โ Editor view: Gutenberg sidebar settings for the block (Container, Background Color, Options, Display, About, Advanced) to tweak size, radius, shadow, font, locale, time zone, seconds, date, etc.

screenshot-3.png โ Block inserter: searching โClockโ and selecting the Simple Digital Clock block to add it to the page.

screenshot-4.png โ Live preset gallery showing Local Time, London, New York, Tokyo, Kyiv, and the Hundredths preset.

screenshot-5.png โ Live preview of a customized London clock with caption, seconds, date, color, radius, and shadow.
Faq
Yes. Use the Locale field and enter any valid BCP-47 tag.
Use the Time Zone field and select any valid IANA ID (e.g., Europe/Kyiv, UTC).
Yes. Enable โHundredths of a secondโ in the block settings. It shows two fractional digits and automatically includes seconds while enabled.
You can choose from built-in mono fonts (Google Fonts) or keep the system font.
Yes. You can enable 24-hour time for any locale. Toggle 24-Hour in the block settings. For 12-hour time with AM/PM, turn it off.
Yes. Each block is independentโset its own locale and time zone.
Yes. The bundled clock widget is about 11.2 KiB gzip and is served locally without a runtime JavaScript CDN dependency.
Reviews
Does everything I need
By silvercarpet on June 9, 2026
This clock plugin does a great job of displaying the time. You can make many adjustments to include the date, have it in different sizes or show a different time zone. Simple yet powerful! ๐
Nice plugin
By beka99 on March 30, 2026
This is a very good plugin.
The clock is stylish and decorative.
Easy to install.
Awesome. Best clock plugin
By ecmvilleneuve on December 20, 2025
You have no idea how much I searched & searched for a plugin like this where it will display my server time instead of the correct time display for each person who goes to my page but all the plugins were outdated and didn't work.
All plugins should be tightly-coded single purpose stuff like this
By OllieJones on December 13, 2025
This plugin sends a little bit of HTML and a 15K Javascript file to the user's browser, then the browser updates the clocks. About as lightweight as anybody could hope for.
Thanks for the good work.
Greetings from Slovakia
By milan koziak on December 4, 2025
User-friendly plugin with tasteful clock design. Thank you,
Very good!
By tsioupoul on July 13, 2025
Amazing!
Plugin full of porn link
By calogero on May 10, 2025
I'm reading good reviews. I installed the plugin but it's full of link poiting to porn link.
Maybe the plugin was hackered.
Best Simple Digital Clock
By Sonny Del Rosario (sonnydelrosario) on January 26, 2025
Nothing can be simpler than this and that's what I like.
verry good
By handoko14 on December 12, 2024
good and simple
Looks good; difficult to position
By ldevore849 on September 4, 2024
Everything is good except its position. No matter what I do, I cannot get the container of the clock to sit where I want it in a footer widget with another element. It won't align at all. That's my only (major) complaint.
Changelog
1.1.1
- Fixed the clock block layout so it stays correctly positioned within WordPress content containers and block themes.
1.1.0
- Added optional hundredths-of-a-second display.
- Updated bundled Simple Digital Clock Widget to 0.7.0.
- Updated live demo and source-code documentation.
1.0.5
- Migrated the clock block to Block API version 3 for compatibility with the iframe block editor: the clock preview now renders inside the WordPress 7.1 editor canvas.
- Verified compatibility with WordPress 7.1.
1.0.4
- Verified compatibility with WordPress 7.0.
- Added isolated upgrade-path testing from the public 1.0.3 release.
- Added WordPress 7 smoke coverage across PHP 8.2, 8.3, 8.4, and 8.5.
1.0.3
- Updated: POT file.
1.0.2
- Fix: Minor bugs fixed.
1.0.1
- Fix: JavaScript issue resolved.
1.0.0
- New: Stable release published.
- New: 24-hour time format option.
0.2.1
- Fix: Minor bugs fixed.
0.2.0
- Enhancement: Clock JavaScript updated.
- Fix: Minor bugs fixed.
0.1.1
- Fix: Minor bugs fixed.
0.1.0
- Initial release.