View Single Post
  #4 (permalink)  
Old 01-29-2010, 01:02 PM
jmart518's Avatar
jmart518
Cookin' Project: Teya
Offline
Threadstarter
 
Join Date: May 2009
Posts: 561
Reputation: 3340
jmart518 is still contributing even after becoming a VIPjmart518 is still contributing even after becoming a VIPjmart518 is still contributing even after becoming a VIPjmart518 is still contributing even after becoming a VIPjmart518 is still contributing even after becoming a VIPjmart518 is still contributing even after becoming a VIPjmart518 is still contributing even after becoming a VIPjmart518 is still contributing even after becoming a VIPjmart518 is still contributing even after becoming a VIPjmart518 is still contributing even after becoming a VIPjmart518 is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: HTC TF3D Calendar not showing appointments?

Quote:
Originally Posted by Revampd View Post
I've asked this before but, how do you know what such a string does? When I look at keys they just look like arcane code to me. I've written code in my life so I know that you just can't "make up" some text and have the registry interpret it... there are rules. Where do you get this information? Thanks in advance for any clue you can give me.
This particular key edits overrides for date and time. Basically, when you change your time or other settings under regional settings, this is where it gets written. ex: changing your clock from 12 hr to 24 hr will change the string value of "STFmt to HH:mm:ss".

The key "HKEY_LOCAL_MACHINES\nls\overrides\SSDte" is strictly for the date.
"SSDte: dd MMMM yyyy" will equal 01 January 2010"
"SSDte: dd MMMM yyyy" will equal 01 January 2010
"SSDte: dd MMMM yyyy" will equal 01 January 2010
SSDte: d MMMM yyyy" will equal 1 January 2010
"SSDte: d MMM yyyy" will equal 1 Jan 2010
"SSDte: d MM yyyy" will equal 1 01 2010
Ect...

You can just use trial and error to figure out what windows likes and doesn't like. If you input something that doesn't make sense, it will just display it as you typed it. Remember, this will change all the windows date display settings and not the TF3D (except the calendar bug).

I hope this made sense and helped out some!

Last edited by jmart518; 01-29-2010 at 01:06 PM.
Reply With Quote