Feature: Added day-of-year indicator [77/365] next to date like 'Wed, Mar 18 [77/365]' #1024
Merged
CreativeCodeCat merged 1 commit intoCodeWorksCreativeHub:mainfrom Mar 19, 2026
Conversation
… Mar 18 [77/365]'
f2a8284
into
CodeWorksCreativeHub:main
1 of 2 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of Change
Pre-Submission Checklist
bug/,feat/,clean/,release/)Before Submitting Your Pull Request
Closes #XXXXorFixes #XXXX(if applicable)Summary of Changes
This PR adds an optional day-of-year indicator displayed next to the date.
Example:
Wed, Mar 18 [77/365]
The feature helps users track the current day progress within the year.
The code handles the leap years (366 days) also.
It is fully optional and can be enabled/disabled from:
Settings --> Features --> Under Info Tiles --> Show Day Of Year
Key Changes
Test Information
Screenshots