How to display the current “Day of the Week” next to the 24H time in Windows 10?
I would like to see a short two letter day of the week abbreviation like MO
for Monday SA
for Saturday before the 24H time dusplay on windows 10.
As you can there's plenty of room there. For most beautiful effect the 24H display should be aligned to the right and the preceding day of the week abbreviation MO
aligned to left.
How can I achieve this?
Update Thank you gentlemen my partial Success see screen shot below and +1 on all your true answers and comments! Now to the next and Final phase:
A. How to place the date abbreviation in front of the time, marked with X !?
B. How to Capitalize the first letter so it becomes more apparent and neat?
C. Happy new year!
windows windows-registry taskbar calendar date-time
add a comment |
I would like to see a short two letter day of the week abbreviation like MO
for Monday SA
for Saturday before the 24H time dusplay on windows 10.
As you can there's plenty of room there. For most beautiful effect the 24H display should be aligned to the right and the preceding day of the week abbreviation MO
aligned to left.
How can I achieve this?
Update Thank you gentlemen my partial Success see screen shot below and +1 on all your true answers and comments! Now to the next and Final phase:
A. How to place the date abbreviation in front of the time, marked with X !?
B. How to Capitalize the first letter so it becomes more apparent and neat?
C. Happy new year!
windows windows-registry taskbar calendar date-time
add a comment |
I would like to see a short two letter day of the week abbreviation like MO
for Monday SA
for Saturday before the 24H time dusplay on windows 10.
As you can there's plenty of room there. For most beautiful effect the 24H display should be aligned to the right and the preceding day of the week abbreviation MO
aligned to left.
How can I achieve this?
Update Thank you gentlemen my partial Success see screen shot below and +1 on all your true answers and comments! Now to the next and Final phase:
A. How to place the date abbreviation in front of the time, marked with X !?
B. How to Capitalize the first letter so it becomes more apparent and neat?
C. Happy new year!
windows windows-registry taskbar calendar date-time
I would like to see a short two letter day of the week abbreviation like MO
for Monday SA
for Saturday before the 24H time dusplay on windows 10.
As you can there's plenty of room there. For most beautiful effect the 24H display should be aligned to the right and the preceding day of the week abbreviation MO
aligned to left.
How can I achieve this?
Update Thank you gentlemen my partial Success see screen shot below and +1 on all your true answers and comments! Now to the next and Final phase:
A. How to place the date abbreviation in front of the time, marked with X !?
B. How to Capitalize the first letter so it becomes more apparent and neat?
C. Happy new year!
windows windows-registry taskbar calendar date-time
windows windows-registry taskbar calendar date-time
edited Jan 1 '17 at 13:58
Sam
asked Dec 31 '16 at 11:17
SamSam
73216
73216
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Short two letter day of the week like MO
or SA
and next to time may not be possible without 3rd party tools. But with the approach mentioned below, you can get 3 letter day like Mon
or Sat
beside date.
Go to Control Panel
>> Region
.
Then select Additional Settings
from the Region window.
Select the Date
tab. Under Short date, add ddd
at the start to make it appear as:
ddd-dd-MM-yy
or ddd, dd-MM-yy
If you use hyphen, you'll see it separated from the date by hyphen and if you use comma, you'll see it separated from the date by comma. Note that this will display only 3 alphabets of the day. If you want to see all the alphabets of the day, use the following instead:
dddd-dd-MM-yy
or ddd, dd-MM-yy
1
This only works if you have "use small icons in taskbar" set to disabled, otherwise you won't even see the date, and that is required. Also, seeing 2 or 3 letters (and the language) is determined by the language settings. English uses 3 letters, Dutch uses 2.
– LPChip
Dec 31 '16 at 12:12
1
@LPChip You're right but the image that the OP showed in the question indicates that "use small icons in taskbar" is already set to disabled. I didn't know that the number of letters, that appear, depend on the language settings. I won't mind if you edit and improve my answer. 😊
– Sardar_Usama
Dec 31 '16 at 12:19
1
Yes, of course. But this is a Q&A style site, where other users with similar problems find the same post. One may want the same thing and think your answer is not working only because they use small icons.
– LPChip
Dec 31 '16 at 12:22
add a comment |
As mentioned by the other answer, showing the day of the week next to time on taskbar is only possible with a third party tool. If you are open to this, T-Clock can achieve what you want, as well as all sorts of other customizations on Windows taskbar clock.
As for your second question, capitalization of the first letter seems to be locale-dependent. It is capitalized in English, but not in Dutch, your locale. This is determined by Windows, and the program has no option to change it. If you don't mind seeing the day abbreviation in English, you can change your locale to English in T-Clock (affects only the taskbar, not the rest of Windows), or use the option dde
instead of ddd
for English day abbreviations.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1162012%2fhow-to-display-the-current-day-of-the-week-next-to-the-24h-time-in-windows-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Short two letter day of the week like MO
or SA
and next to time may not be possible without 3rd party tools. But with the approach mentioned below, you can get 3 letter day like Mon
or Sat
beside date.
Go to Control Panel
>> Region
.
Then select Additional Settings
from the Region window.
Select the Date
tab. Under Short date, add ddd
at the start to make it appear as:
ddd-dd-MM-yy
or ddd, dd-MM-yy
If you use hyphen, you'll see it separated from the date by hyphen and if you use comma, you'll see it separated from the date by comma. Note that this will display only 3 alphabets of the day. If you want to see all the alphabets of the day, use the following instead:
dddd-dd-MM-yy
or ddd, dd-MM-yy
1
This only works if you have "use small icons in taskbar" set to disabled, otherwise you won't even see the date, and that is required. Also, seeing 2 or 3 letters (and the language) is determined by the language settings. English uses 3 letters, Dutch uses 2.
– LPChip
Dec 31 '16 at 12:12
1
@LPChip You're right but the image that the OP showed in the question indicates that "use small icons in taskbar" is already set to disabled. I didn't know that the number of letters, that appear, depend on the language settings. I won't mind if you edit and improve my answer. 😊
– Sardar_Usama
Dec 31 '16 at 12:19
1
Yes, of course. But this is a Q&A style site, where other users with similar problems find the same post. One may want the same thing and think your answer is not working only because they use small icons.
– LPChip
Dec 31 '16 at 12:22
add a comment |
Short two letter day of the week like MO
or SA
and next to time may not be possible without 3rd party tools. But with the approach mentioned below, you can get 3 letter day like Mon
or Sat
beside date.
Go to Control Panel
>> Region
.
Then select Additional Settings
from the Region window.
Select the Date
tab. Under Short date, add ddd
at the start to make it appear as:
ddd-dd-MM-yy
or ddd, dd-MM-yy
If you use hyphen, you'll see it separated from the date by hyphen and if you use comma, you'll see it separated from the date by comma. Note that this will display only 3 alphabets of the day. If you want to see all the alphabets of the day, use the following instead:
dddd-dd-MM-yy
or ddd, dd-MM-yy
1
This only works if you have "use small icons in taskbar" set to disabled, otherwise you won't even see the date, and that is required. Also, seeing 2 or 3 letters (and the language) is determined by the language settings. English uses 3 letters, Dutch uses 2.
– LPChip
Dec 31 '16 at 12:12
1
@LPChip You're right but the image that the OP showed in the question indicates that "use small icons in taskbar" is already set to disabled. I didn't know that the number of letters, that appear, depend on the language settings. I won't mind if you edit and improve my answer. 😊
– Sardar_Usama
Dec 31 '16 at 12:19
1
Yes, of course. But this is a Q&A style site, where other users with similar problems find the same post. One may want the same thing and think your answer is not working only because they use small icons.
– LPChip
Dec 31 '16 at 12:22
add a comment |
Short two letter day of the week like MO
or SA
and next to time may not be possible without 3rd party tools. But with the approach mentioned below, you can get 3 letter day like Mon
or Sat
beside date.
Go to Control Panel
>> Region
.
Then select Additional Settings
from the Region window.
Select the Date
tab. Under Short date, add ddd
at the start to make it appear as:
ddd-dd-MM-yy
or ddd, dd-MM-yy
If you use hyphen, you'll see it separated from the date by hyphen and if you use comma, you'll see it separated from the date by comma. Note that this will display only 3 alphabets of the day. If you want to see all the alphabets of the day, use the following instead:
dddd-dd-MM-yy
or ddd, dd-MM-yy
Short two letter day of the week like MO
or SA
and next to time may not be possible without 3rd party tools. But with the approach mentioned below, you can get 3 letter day like Mon
or Sat
beside date.
Go to Control Panel
>> Region
.
Then select Additional Settings
from the Region window.
Select the Date
tab. Under Short date, add ddd
at the start to make it appear as:
ddd-dd-MM-yy
or ddd, dd-MM-yy
If you use hyphen, you'll see it separated from the date by hyphen and if you use comma, you'll see it separated from the date by comma. Note that this will display only 3 alphabets of the day. If you want to see all the alphabets of the day, use the following instead:
dddd-dd-MM-yy
or ddd, dd-MM-yy
edited Dec 31 '16 at 11:41
answered Dec 31 '16 at 11:29
Sardar_UsamaSardar_Usama
1,1002621
1,1002621
1
This only works if you have "use small icons in taskbar" set to disabled, otherwise you won't even see the date, and that is required. Also, seeing 2 or 3 letters (and the language) is determined by the language settings. English uses 3 letters, Dutch uses 2.
– LPChip
Dec 31 '16 at 12:12
1
@LPChip You're right but the image that the OP showed in the question indicates that "use small icons in taskbar" is already set to disabled. I didn't know that the number of letters, that appear, depend on the language settings. I won't mind if you edit and improve my answer. 😊
– Sardar_Usama
Dec 31 '16 at 12:19
1
Yes, of course. But this is a Q&A style site, where other users with similar problems find the same post. One may want the same thing and think your answer is not working only because they use small icons.
– LPChip
Dec 31 '16 at 12:22
add a comment |
1
This only works if you have "use small icons in taskbar" set to disabled, otherwise you won't even see the date, and that is required. Also, seeing 2 or 3 letters (and the language) is determined by the language settings. English uses 3 letters, Dutch uses 2.
– LPChip
Dec 31 '16 at 12:12
1
@LPChip You're right but the image that the OP showed in the question indicates that "use small icons in taskbar" is already set to disabled. I didn't know that the number of letters, that appear, depend on the language settings. I won't mind if you edit and improve my answer. 😊
– Sardar_Usama
Dec 31 '16 at 12:19
1
Yes, of course. But this is a Q&A style site, where other users with similar problems find the same post. One may want the same thing and think your answer is not working only because they use small icons.
– LPChip
Dec 31 '16 at 12:22
1
1
This only works if you have "use small icons in taskbar" set to disabled, otherwise you won't even see the date, and that is required. Also, seeing 2 or 3 letters (and the language) is determined by the language settings. English uses 3 letters, Dutch uses 2.
– LPChip
Dec 31 '16 at 12:12
This only works if you have "use small icons in taskbar" set to disabled, otherwise you won't even see the date, and that is required. Also, seeing 2 or 3 letters (and the language) is determined by the language settings. English uses 3 letters, Dutch uses 2.
– LPChip
Dec 31 '16 at 12:12
1
1
@LPChip You're right but the image that the OP showed in the question indicates that "use small icons in taskbar" is already set to disabled. I didn't know that the number of letters, that appear, depend on the language settings. I won't mind if you edit and improve my answer. 😊
– Sardar_Usama
Dec 31 '16 at 12:19
@LPChip You're right but the image that the OP showed in the question indicates that "use small icons in taskbar" is already set to disabled. I didn't know that the number of letters, that appear, depend on the language settings. I won't mind if you edit and improve my answer. 😊
– Sardar_Usama
Dec 31 '16 at 12:19
1
1
Yes, of course. But this is a Q&A style site, where other users with similar problems find the same post. One may want the same thing and think your answer is not working only because they use small icons.
– LPChip
Dec 31 '16 at 12:22
Yes, of course. But this is a Q&A style site, where other users with similar problems find the same post. One may want the same thing and think your answer is not working only because they use small icons.
– LPChip
Dec 31 '16 at 12:22
add a comment |
As mentioned by the other answer, showing the day of the week next to time on taskbar is only possible with a third party tool. If you are open to this, T-Clock can achieve what you want, as well as all sorts of other customizations on Windows taskbar clock.
As for your second question, capitalization of the first letter seems to be locale-dependent. It is capitalized in English, but not in Dutch, your locale. This is determined by Windows, and the program has no option to change it. If you don't mind seeing the day abbreviation in English, you can change your locale to English in T-Clock (affects only the taskbar, not the rest of Windows), or use the option dde
instead of ddd
for English day abbreviations.
add a comment |
As mentioned by the other answer, showing the day of the week next to time on taskbar is only possible with a third party tool. If you are open to this, T-Clock can achieve what you want, as well as all sorts of other customizations on Windows taskbar clock.
As for your second question, capitalization of the first letter seems to be locale-dependent. It is capitalized in English, but not in Dutch, your locale. This is determined by Windows, and the program has no option to change it. If you don't mind seeing the day abbreviation in English, you can change your locale to English in T-Clock (affects only the taskbar, not the rest of Windows), or use the option dde
instead of ddd
for English day abbreviations.
add a comment |
As mentioned by the other answer, showing the day of the week next to time on taskbar is only possible with a third party tool. If you are open to this, T-Clock can achieve what you want, as well as all sorts of other customizations on Windows taskbar clock.
As for your second question, capitalization of the first letter seems to be locale-dependent. It is capitalized in English, but not in Dutch, your locale. This is determined by Windows, and the program has no option to change it. If you don't mind seeing the day abbreviation in English, you can change your locale to English in T-Clock (affects only the taskbar, not the rest of Windows), or use the option dde
instead of ddd
for English day abbreviations.
As mentioned by the other answer, showing the day of the week next to time on taskbar is only possible with a third party tool. If you are open to this, T-Clock can achieve what you want, as well as all sorts of other customizations on Windows taskbar clock.
As for your second question, capitalization of the first letter seems to be locale-dependent. It is capitalized in English, but not in Dutch, your locale. This is determined by Windows, and the program has no option to change it. If you don't mind seeing the day abbreviation in English, you can change your locale to English in T-Clock (affects only the taskbar, not the rest of Windows), or use the option dde
instead of ddd
for English day abbreviations.
answered Jan 4 at 19:55
Debie DownerDebie Downer
13614
13614
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1162012%2fhow-to-display-the-current-day-of-the-week-next-to-the-24h-time-in-windows-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown