Customize the Date and Time on the Linux Mint Cinnamon Taskbar
When I started using Linux Mint , I spent quite a bit of time exploring small desktop customizations. One of the simple things I discovered was that Linux Mint Cinnamon lets you customize how the date and time are displayed on the taskbar. Instead of showing only something like: Sat Aug 22 07:10 PM you can change it to something that works better for you. For example: Sat, Aug 22 • 07:10 PM or:…
When users switch to Linux Mint Cinnamon, they discover the ability to customize their desktop experience, including how the date and time appear on the taskbar. By right-clicking the clock on the taskbar and adjusting the settings, users can choose from a variety of date and time formats to better suit their preferences. These formats rely on specific codes, such as %a for short weekday, %A for full weekday, %b for short month, and %B for full month.
By understanding these codes, users can create personalized date and time displays that enhance the uniqueness of their desktop environment.
Some popular formats include:
1. Simple and clean: %a %b %e %I :%M %p → Sat Aug 22 07:10 PM
2. More readable: %a, %b %e • %I :%M %p → Sat, Aug 22 • 07:10 PM
3. Full weekday: %A, %B %e • %I :%M %p → Saturday, August 22 • 07:10 PM
4. Day first: %e %b %Y • %I :%M %p → 22 Aug 2026 • 07:10 PM
5. Full date with 24-hour time: %e %B %Y • %H :%M → 22 August 2026 • 19:10
6. Developer-style format: %Y -%m -%d %H :%M → 2026-08-22 19:10
Users can further personalize their date and time display by experimenting with different separators, such as | - / • ·, and even adding timezone information using the %Z code, like %e %b %Y • %H :%M %Z → 22 Aug 2026 • 19:10 IST. While it can be tempting to create overly complex date formats, users are advised to keep things straightforward and readable to ensure ease of use on their taskbar.
Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.