ramensoftware / windhawk-mods

The official collection of Windhawk mods
279 stars 53 forks source link

Taskbar Clock Customization - Day of Year #866

Open KuleRucket opened 1 month ago

KuleRucket commented 1 month ago

In my industry (space systems), the time format often uses a date format including the day of year starting from 1st Jan in the format YYYY-DDDThh:mm:ss. E.g. 2024-201T00:00:00. In the space industry this is known as CCSDS ASCII TIME CODE B from https://public.ccsds.org/Pubs/301x0b4e1.pdf

So I always need a quick way to know what the current day number is. Is it possible to add a %daynum% tag to be used, similar to %weeknum%. I was previously using T-Clock for this but it no longer works in Windows.

@m417z

KuleRucket commented 2 days ago

This was pretty straightforward to using the first part of CalculateWeeknumIso(). If I can get my fork to link I can submit it as a PR.