Jean Galea

AI, Investing, Health, and Building Businesses

  • Start Here
  • Guides
    • Beginner’s Guide to Investing
    • Cryptocurrencies
    • Stocks
    • P2P Lending
    • Real Estate
  • Blog
  • My Story
  • Projects
  • Community
  • AI Consultancy
  • Search

How to Show the Full Date (Including Year) in Your macOS Menu Bar

Last updated: April 15, 2026Leave a Comment

show full date mac menu bar

By default, macOS does not allow you to show the year in the menu bar clock. You can show the day and date, but the year isn’t available.

A simple free workaround is to use BitBar, which lets you run tiny scripts that display text in the menu bar. In this guide, you’ll add a script that shows the full date including the year.


Step 1 – Download BitBar

BitBar is free and open-source. Download it from GitHub:

https://github.com/matryer/xbar

Install it and launch it once. On first run, BitBar will ask you to choose a plugins folder.


Step 2 – Choose (or Create) Your Plugins Folder

Use this folder path:

~/Documents/BitBar

If the folder doesn’t exist, create it:

mkdir -p ~/Documents/BitBar

Step 3 – Create the Full Date Plugin

Inside your BitBar folder, create a file named:

fulldate.1m.sh

The 1m means the script refreshes every minute.

Open that file and paste this:

#!/bin/bash
date '+%a %d %b %Y'

This will display something like:

Wed 31 Dec 2025

Step 4 – Make the Script Executable

Open Terminal and run:

chmod +x ~/Documents/BitBar/fulldate.1m.sh

Step 5 – Refresh BitBar

Click the BitBar icon in the menu bar and choose Refresh all.

Your menu bar should now show the full date including the year.


Optional: Customize the Date Format

You can change the output by editing the date format string.

European numeric format

date '+%d/%m/%Y'

ISO format

date '+%Y-%m-%d'

Long format

date '+%A %d %B %Y'

Optional: Hide the macOS Clock

If you don’t want both the default clock and BitBar showing at the same time:

  • Go to System Settings → Control Center → Clock
  • Disable Show in Menu Bar

BitBar will then be your single menu bar date display. If your OS does not permit hiding the macOS clock, you can use a third party app like Bartender. Alternatively you can use the option to choose the analog clock, which only shows a discreet analog clock.


Position the BitBar Date Instead of the macOS Clock

macOS does not allow third-party menu bar items to occupy the absolute far-right system clock position. However, you can place your BitBar date at the rightmost position of the bar so it behaves visually like the built-in one.

  1. Hold the ⌘ Command key.
  2. Click and drag the BitBar date item in the menu bar.
  3. Drag it all the way to the right until it snaps next to the system clock.
  4. Release the mouse.

The BitBar date will now stay anchored in the rightmost position of the bar.

Related

The Best European Corporate and Personal Tax Structures in 2026
Padel Progress Report – Year 3 (2019)
Padel Progress Report – Year 2 (2018)
Padel Progress Report – Year 1 (2017)
padel in malta
Padel Progress Report – Year 4 (2020)
The Best Restaurants in Barcelona

Filed under: Tech

About Jean Galea

I build things on the internet and write about AI, investing, health, and how to live well. Founder of AgentVania and the Good Life Collective.

Leave a Reply Cancel reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords or links in the name field.

Latest Padel Match

Jean Galea

Investor | Dad | Global Citizen | Athlete

Follow @jeangalea

  • My Padel Journey
  • Affiliate Disclaimer
  • Cookies
  • Contact

Copyright © 2006 - 2026