PDA

View Full Version : How can I modify Regional Setting for date?


PxDxA
12th November 2007, 08:49 PM
If I choose English (USA) the date on my Today screen has the day in front like this: Thursday, 11 November.. But if I change to English (UK) the day is dropped, like this: 11 November...

How can I edit the registry to use English (UK) but including the day?
(WM6)

jackleung
13th November 2007, 03:28 AM
Use ddd or dddd as follow:

[HKEY_LOCAL_MACHINE\nls\overrides]
"SLDte"="MMMM dd, yyyy (ddd)"
"SSDte"="M/d ddd"

PxDxA
13th November 2007, 11:11 AM
Thanks Jackleung for taking the time to reply. It worked perfectly.