Windows 7 system clock skills

  
A major feature of Windows 7 is the introduction of the super taskbar. In addition to the various dazzling Aero effects, a significant improvement is the increase in size (should be more precise). It is this material foundation that makes us very comfortable now.

The main feature of Windows 7 is the introduction of "super taskbar", in addition to various dazzling Aero effects, one is obvious The improvement is that the size has increased (it should be said "width" is more accurate). It is with this “material foundation” that allows us to view time and date at the same time. However, for the author who loves this more true, this kind of "courtesy" is not perfect, because there are still a lot of space for this date.
Enter the settings panel
In fact, Windows 7 Support for a variety of date formats, but only need to enter a special panel to modify. Of course into law is not complicated, just four steps will be able to get

1. Click on the bottom right time zone;!

2. Click on the bottom of the panel time & ldquo; change the date and time settings & rdquo ;link;
3. Click on the "Change calendar settings" link in the date settings panel.
4. Find the date custom label.
After entering the settings panel, you will find some code listings. For example, use “ddd”,“dddd” to represent the day of the week, use “M” or “y” to represent the month and year. When we write these codes into the above format box, the system will automatically display the corresponding content according to the definition!
Some netizens asked, what is the meaning of the short date and long date here? Actual use What is the difference? In fact, the reason is very simple, Windows7 will use different date formats in different locations, such as in the "Super Taskbar" or "Resource Manager" often uses a short date, and the date panel is ample space It is more popular with long dates.
combat
1: direct display of the week
make the taskbar show of the week is the dream of many users, but had also able to disguise some of the ways to solve this problem (for example, drag the taskbar to the side of the screen) . However, due to different operating habits, not everyone can accept such adjustments. In fact, we can completely achieve this by modifying the date code, and the operation is very simple, as long as the code representing the week "dddd" is added directly to the date format, the format conversion is completed. The biggest benefit of this modification is that it does not affect the appearance of the original taskbar.
In fact, in addition to this standard title, Win7 also provides us with another colloquial title, namely, "Monday", "Tuesday", etc., just replace the code "lddd" with “ddd” In addition, the position of the code can be freely adjusted, for example, we can put it at the beginning according to your preference.
Combat 2: Switch to 12-hour system
Some netizens are not used to the system's default 24-hour system, may wish to change it to 12 hours! The specific method is very simple, first enter the "custom format" “Time” panel, replaces the “24-hour” “H” with the 12-hour “ h”. Of course, in order to make the time display more intuitive, it is better to add the code that represents the morning and afternoon, and the final result is as follows.
Combat 3: Personalized text decoration
Maybe you think these changes are not enough personality, don't worry, let's add a personalized text. It is worth noting that, unlike the previous instruction code, in order for the system to correctly recognize the text identifier, it must be quoted first. After clicking OK the effect will be out, pretty good, right!


Copyright © Windows knowledge All Rights Reserved