HomeJavaDatapacksDate Time Display
Date Time Display
Date Time Display — screenshot 1Date Time Display — screenshot 2Date Time Display — screenshot 3

⚠️ IMPORTANT: USAGE GUIDELINES If you're planning to use this on a server or modpack, please refer to: https://gamedash43.github.io/dash-mcl-licenses/#usage

Title Text "Date/Time Display"

This add-on displays in-game time, weather conditions, weekdays, and dates using a day tracker that accurately mirrors real-world dates.

📜 Features

⚙️ Configuration

🌟 Planned Details

❓ FAQ

Explained in nerd terms.

Using division and modulo operations, the datapack converts game ticks into a 12-hour clock while computing the day-of-year by summing monthly offsets and adjusting for leap years using the standard 4-100-400 rule. Weekdays are determined with a variant of Zeller’s Congruence, and the daycounter algorithm calculates an absolute day value by summing full-year contributions (with leap day adjustments) and the current day-of-year before subtracting a defined start date. In addition, Easter is determined using a classical algorithm that applies modulo and floor division operations to compute the correct month and day, and the lunar new year is approximated by offsetting the year from 1900, taking the remainder modulo 19, and mapping that result to a specific day-of-year.

What special events are available?

Special events include:

Does this add-on track real-world time? No, it uses an in-game day tracker based on real-world calendar logic. Can I hide the boss bar? Yes, you can use the optional resource pack to hide the boss bar and display text at the top of the screen. How do I set up the birthday event? 🎂

Use the commands provided to set your birthday:

How do I uninstall this add-on?

Just run the command /function dash.date:uninstall.

I'm updating from an old version. What do I need to do?

If you're updating from a previous version, you must set the start year with this command:
/scoreboard players set %start.year 0 and /function dash.date:update

Quick facts

Install steps are the general flow for this file type — see the MC Java Mods guides for the full walkthrough.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more