How to override date format in regional and language options?

1

In Windows XP, it's not possible to display the date format in DD/MM/YYYY, because it wasn't available in the regional and language options. The following image will illustrate my problem.

Enter image description here

So I'm planning to override the default Short Date Format. But I don't know how to do it...

Vijin Paulraj

Posted 2012-03-17T06:26:32.303

Reputation: 113

Answers

1

Change "Standards And Formats" to "English (United Kingdom)".

integratorIT

Posted 2012-03-17T06:26:32.303

Reputation: 727

0

If you really want to override the date format according to your requirements you can follow the following steps,

Step:1 Go to Run Command and type regedit.

Enter image description here

Step:2

In the dialog box, expand HKEY_CURRENT_USER, expand International, double-click sShortDate, and a modal window will appear. Here you can enter your customized date format to override the default.

Enter image description here

Vijin Paulraj

Posted 2012-03-17T06:26:32.303

Reputation: 113