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: you can change it to something that works better for you.
For example: or: or even: It is a small change, but it is a nice way to personalize your desktop.
Where can I change it?
On Linux Mint Cinnamon, right-click the clock/date area on the taskbar and open the calendar settings.
You should find a Display section with an option called: Use a custom date format Enable it and you will see a field where you can enter your own date and time format.
For example: The Cinnamon documentation provides a complete reference for these formatting codes.
But what do these strange symbols mean?
At first, the format looks a little confusing: Don't worry.
Each % code simply represents a different part of the date or time.
For example: Code Meaning Example %a Short weekday Sat %A Full weekday Saturday %b Short month Aug %B Full month August %d Day with leading zero 02 %e Day without leading zero 22 %m Month number 08 %Y Four-digit year 2026 %y Two-digit year 26 %H Hour, 24-hour format 19 %I Hour, 12-hour format 07 %M Minutes 10 %S Seconds 35 %p AM/PM PM %P am/pm pm %Z Timezone IST The complete Cinnamon reference also includes things such as week numbers, day of the year and fractional seconds.
You don't need to remember all of them.
Once you understand a few common codes, creating your own format becomes quite easy.
My favorite date and time combinations Here are some combinations you can try directly in the Date format field.
1.
Simple and clean Result:
2.
More readable Result: I like this one because the • separates the date and time nicely.
3.
Full weekday Result: This takes a little more space, but it looks nice if your panel has enough room.
4.
Day first If you prefer the common Indian/European style of putting the day before the month: Result: This is probably one of my favorite formats for everyday use.
5.
Full date with 24-hour time If you prefer the 24-hour clock: Result: This is clean and easy to read.
6.
Developer-style format If you are a developer and like ISO-style dates, you can try: Result: Very simple and useful if you already work with dates in programming.
7.
Developer-style with seconds Want to see seconds as well?
Result: Personally, I wouldn't use seconds permanently because the clock keeps changing every second, but it can be useful if you like having that information visible.
8.
A compact format If you don't have much space on your taskbar: Result: This gives you the important information without taking too much space.
9.
Full date, but still reasonably compact Result: This is another good everyday option.
You can also use your own separators One thing I found interesting is that you are not limited to the formatting codes.
You can add normal characters around them.
For example: can produce: You can use characters such as: So you can experiment with the spacing and separators until you find something you like.
What about the timezone?
There is also a %Z option for the timezone name.
For example: could show: This can be useful if you regularly work with people in different time zones.
A small tip: don't make it too complicated It is tempting to add everything: But remember that the taskbar has limited space.
A format like this can become: That's a lot of information for a small clock.
For everyday use, I prefer something shorter, such as: which gives: Simple, readable and not too wide.
Final thoughts This is one of those small Linux Mint customizations that I really enjoy.
It doesn't change anything important about the operating system.
It simply lets you decide how information should look on your own desktop.
And that's one of the things I like about Linux Mint: you can start with small customizations like the taskbar clock and gradually discover many more ways to make your desktop feel like your own.
If you're new to Linux Mint, don't worry about learning all the strftime codes at once.
Just remember a few: From there, you can mix and match them and create your own taskbar clock.
My current choice: Which gives me: Small customization, but a nice touch for a Linux desktop.
