{"id":54524,"date":"2026-06-03T03:57:24","date_gmt":"2026-06-03T00:57:24","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/datetime-display\/"},"modified":"2026-06-03T03:57:24","modified_gmt":"2026-06-03T00:57:24","slug":"datetime-display","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/datetime-display\/","title":{"rendered":"Date Time Display"},"content":{"rendered":"<p>\u26a0\ufe0f IMPORTANT: USAGE GUIDELINES<br \/>\nIf you&#8217;re planning to use this on a server or modpack,<br \/>\nplease refer to:<br \/>\nhttps:\/\/gamedash43.github.io\/dash-mcl-licenses\/#usage<\/p>\n<p>![Title Text &#8220;Date\/Time Display&#8221;](https:\/\/cdn.modrinth.com\/data\/cached_images\/bdd54d24c2e9cb28c3dd70105bb19c2055ee7335.png)<\/p>\n<p>This add-on displays in-game time, weather conditions, weekdays, and dates using a day tracker that accurately mirrors real-world dates.<\/p>\n<p>## \ud83d\udcdc Features<\/p>\n<p>&#8211; **Real Calendar Replica:**<br \/>\n  &#8211; Tracks days, months, years, leap years, and weekdays exactly like the real world.<br \/>\n  &#8211; April 6 2025 in-game lands on the same weekday as April 6 2025 IRL.<br \/>\n  &#8211; The date is recalculated every tick, so `\/time set` or lag can\u2019t throw it off.<br \/>\n&#8211; **Holiday Accuracy:**<br \/>\n  &#8211; Calculates movable holidays like Easter, Lunar New Year, and Thanksgiving with the same formulas used in astronomy software.<br \/>\n  &#8211; Ready-made hooks let addon packs fire events on any holiday.<br \/>\n&#8211; **Dimension-Aware Bossbars:**<br \/>\n  &#8211; **Overworld:** standard date + weather summary.<br \/>\n  &#8211; **Nether:** distance from entrance portal.<br \/>\n  &#8211; **End:** live Elytra flight-time estimate until next repair (Unbreaking factored in).<br \/>\n  &#8211; Every bar is per-player, so what you see never collides with what your friends see.<br \/>\n&#8211; **Clock+Sneak Toggle:**<br \/>\n  &#8211; Sneak while looking straight down with a clock to show\/hide your bossbar instantly\u2014no commands needed.<br \/>\n&#8211; **Live Weather, Biome &#038; Light Checks:**<br \/>\n  &#8211; Shows clear\/rain\/thunder, biome temperature class.<br \/>\n&#8211; **Daily Announcements:**<br \/>\n  &#8211; At dawn (and on join) you\u2019ll get a one-liner with the full date, total day count, and any holiday emoji.<br \/>\n&#8211; **Display Options:**<br \/>\n  &#8211; An optional resource-pack skin hides the bossbar frame for players who prefer a minimalist look.  <\/p>\n<p>## \u2699\ufe0f Configuration<br \/>\n&#8211; **For New Worlds:**<br \/>\n  &#8211; Use the config file located in `data\/dash.date\/function\/config.mcfunction` to set your initial dates. Follow the instructions in the file carefully before starting a new world.<br \/>\n&#8211; **For Existing Worlds:**<br \/>\n  &#8211; Set the dates using the following scoreboard variables (all in the scoreboard `dash.date_arc`):<br \/>\n    &#8211; `%start.year` and `%display.year` for the year.<br \/>\n    &#8211; `%ani.month` and `%display.month` for the month.<br \/>\n    &#8211; `%ani.date` and `%display.date` for the day.<br \/>\n  &#8211; After updating these values, run `\/function dash.date:update` to let the system self-correct.<br \/>\n&#8211; **Note:**  Read the instructions in the config file carefully before creating a new world if you plan on modifying it.<br \/>\n&#8211; **Player Birthday Event:**<br \/>\n  &#8211; Set your birthday for a special event using:<br \/>\n    &#8211; `\/scoreboard players set @s dash.date_bd.month [birthday month]`<br \/>\n    &#8211; `\/scoreboard players set @s dash.date_bd.date [birthday date]`<\/p>\n<p>## \ud83c\udf1f Planned Details<\/p>\n<p>&#8211; This add-on was designed as an extremely accurate calendar system base with no extra items added to the game.<br \/>\n&#8211; In development is an additional add-on for this pack that will add a placable calender block that displays the current month, date, and upcoming holidays in a vanilla style.<br \/>\n&#8211; Future plans include events such as Christmas presents, dynamic Easter egg hunts, and other holiday-themed activities within the add-on for this pack.<\/p>\n<p>## \u2753 FAQ<\/p>\n<details>\n<summary>Explained in nerd terms.<\/summary>\n<p>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\u2019s 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.<\/p>\n<\/details>\n<details>\n<summary>What special events are available?<\/summary>\n<p>Special events include:<br \/>\n&#8211; **New Year&#8217;s Eve:** Chat message and firework show at midnight (if outdoors).<br \/>\n&#8211; **Lunar New Year:** Fireflies appear on join and wake up.<br \/>\n&#8211; **Valentine&#8217;s Day:** Hearts appear when you join and wake up.<br \/>\n&#8211; **St Patrick&#8217;s Day:** Green particles appear when you join and wake up.<br \/>\n&#8211; **Easter:** Green and White particles appear when you join and wake up.<br \/>\n&#8211; **Thanksgiving:** Autumn leaves appear on join and wake up.<br \/>\n&#8211; **Winter Holidays:** Snow appears when you join\/wake up.<br \/>\n&#8211; **Birthday:** Happy birthday song and message to all players.<br \/>\n&#8211; **World Anniversary:** Firework show and commemorative message on the world&#8217;s creation date.<br \/>\nOther events, like New Year&#8217;s Day and April Fools, are planned for future updates.<\/p>\n<details>\n<summary>Spoiler<\/summary>\n<p>  &#8211; **Halloween:** A random jumpscare during the day.<\/p>\n<\/details>\n<\/details>\n<details>\n<summary>Does this add-on track real-world time?<\/summary>\n<p>No, it uses an in-game day tracker based on real-world calendar logic.<br \/>\n<\/details>\n<details>\n<summary>Can I hide the boss bar?<\/summary>\n<p>Yes, you can use the optional resource pack to hide the boss bar and display text at the top of the screen.<br \/>\n<\/details>\n<details>\n<summary>How do I set up the birthday event? \ud83c\udf82<\/summary>\n<p>Use the commands provided to set your birthday:<br \/>\n&#8211; Set the month: `\/scoreboard players set @s dash.date_bd.month [birthday month]`<br \/>\n&#8211; Set the date: `\/scoreboard players set @s dash.date_bd.date [birthday date]`<br \/>\nEach player will then receive a special birthday event.<\/p>\n<\/details>\n<details>\n<summary>How do I uninstall this add-on?<\/summary>\n<p>Just run the command `\/function dash.date:uninstall`.<\/p>\n<\/details>\n<details>\n<summary>I&#8217;m updating from an old version. What do I need to do?<\/summary>\n<p>If you&#8217;re updating from a previous version, **you must set the start year** with this command:<br \/>\n`\/scoreboard players set %start.year 0` and `\/function dash.date:update`<\/p>\n<\/details>\n","protected":false},"excerpt":{"rendered":"<p>Shows the in-game date, time, and weekday at the top of the screen!<\/p>\n","protected":false},"featured_media":54525,"template":"","meta":{"_minecraft_slug":"datetime-display","_minecraft_project_id":"Z5Qum2EN","_minecraft_author":"okdashi","_minecraft_license":"LicenseRef-Dash-MCL-ND-1.0","_minecraft_downloads":4048,"_minecraft_follows":26,"_minecraft_client_side":"optional","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"datetime-display.zip","_minecraft_size_bytes":8769089,"_minecraft_version_count":27,"_minecraft_updated_at":"2026-05-16T01:40:13.342237Z","_minecraft_date_created":"2025-04-03T04:46:53.032555Z","_minecraft_date_modified":"2026-03-25T20:33:40.568923Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/datetime-display","_minecraft_icon_attachment_id":54525,"_minecraft_imported_at":"2026-06-03T00:57:28+00:00","_minecraft_import_hash":"ecb6a994de60e491125dcae8d2e86a98","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[84,156,97,104,158,98,867,92],"mod_loader":[86,99,106,160,100],"minecraft_version":[41,78,82,83],"class_list":["post-54524","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-datapack","mod_category-decoration","mod_category-fabric","mod_category-forge","mod_category-neoforge","mod_category-quilt","mod_category-social","mod_category-utility","mod_loader-datapack","mod_loader-fabric","mod_loader-forge","mod_loader-neoforge","mod_loader-quilt","minecraft_version-1-21-11","minecraft_version-1-21-5","minecraft_version-1-21-9","minecraft_version-26-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Date Time Display - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/datetime-display\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Date Time Display - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Shows the in-game date, time, and weekday at the top of the screen!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/datetime-display\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/datetime-display\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/datetime-display\\\/\",\"name\":\"Date Time Display - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/datetime-display\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/datetime-display\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/datetime-display-icon-09995bcad258ab323022285978e996a16ee680cb_96.webp\",\"datePublished\":\"2026-06-03T00:57:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/datetime-display\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/datetime-display\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/datetime-display\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/datetime-display-icon-09995bcad258ab323022285978e996a16ee680cb_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/datetime-display-icon-09995bcad258ab323022285978e996a16ee680cb_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/datetime-display\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Date Time Display\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Date Time Display - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/datetime-display\/","og_locale":"en_US","og_type":"article","og_title":"Date Time Display - Minecraft","og_description":"Shows the in-game date, time, and weekday at the top of the screen!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/datetime-display\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/datetime-display\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/datetime-display\/","name":"Date Time Display - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/datetime-display\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/datetime-display\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/datetime-display-icon-09995bcad258ab323022285978e996a16ee680cb_96.webp","datePublished":"2026-06-03T00:57:24+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/datetime-display\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/datetime-display\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/datetime-display\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/datetime-display-icon-09995bcad258ab323022285978e996a16ee680cb_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/datetime-display-icon-09995bcad258ab323022285978e996a16ee680cb_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/datetime-display\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Date Time Display"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/54524","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/54525"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=54524"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=54524"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=54524"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=54524"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}