Key
HKCU\Software\Binary Fortress Software\DisplayFusion\Taskbars\1, 2, 3, 4... etc
Values
A custom formatting string using the .NET datetime formatting codes
Description
This setting overrides the default clock text per-taskbar, which is normally the same as the Windows Clock text.
Note: Changing this setting may require you to also change the "Clock Size" advanced setting as well to accommodate your changes.
If you are unfamiliar with the .NET datetime string formatting codes, you can use this guide (look at the "Dates" section):
http://blog.stevex.net/string-formatting-in-csharp/
Do not include the { or } brackets shown in the guide when creating your clock formatting string.
You can also use some custom formatting strings:
Line Break:
Use \n to insert a line break and start a new line. There can only be 2 line breaks maximum in the text (for a total of 3 lines).
Show Week Number:
Use [Wxy] to show the current week number, filling in the "x" and "y" placeholders with this:
Replace the "x" with:
0: The first week of the year starts on the first day of the year and ends before the following designated first day of the week.
1: The first week of the year begins on the first occurrence of the designated first day of the week on or after the first day of the year.
2: The first week of the year is the first week with four or more days before the designated first day of the week.
Replace the "y" with:
0: Sunday, 1: Monday, 2: Tuesday, 3: Wednesday, 4: Thursday, 5: Friday, 6: Saturday
Examples:
[W00] to show the week number where the week begins January 1st
[W10] to show the week number where the week begins on a Sunday.
[W13] to show the week number where the week begins on a Wednesday.
[W22] to show the week number where the first week has 4 or more days before Tuesday.
[W24] to show the week number where the first week has 4 or more days before Thursday.
If you still need any assistance at all, please feel free to contact us.
DisplayFusion must be restarted for this setting to take effect.