Changing date format

Please post all general support questions for LXDE here.
Locked
p133mmx
Posts: 2
Joined: Fri Feb 03, 2012 2:16 pm

Changing date format

Post by p133mmx »

Hello!

I noticed that date format is wrong while using Gnumeric.

"locale" command gave me the output that "LC_TIME="en.US.UTF-8". I want it to be Turkish date format.

How can I change date format to Turkish in whole system?

System: Lubuntu 11.10.

Regards
p133mmx
Rex Bouwense
Posts: 1109
Joined: Sat Aug 27, 2011 5:44 pm
Location: Sierra Vista, Arizona USA
Contact:

Re: Changing date format

Post by Rex Bouwense »

I'm not sure what you want to do. If you want to change your system time and time zone it can be done from
System Tools->Time and Date.
Rex
marmarc
Posts: 15
Joined: Mon Oct 24, 2011 4:38 pm

Re: Changing date format

Post by marmarc »

In Gnumeric you can define and use your own date format (Menu Format).
It, of course, don't change date format in whole system by this way.
athlon xp 1800+, ram 768 m, lubuntu 11.10
seppalta
Posts: 449
Joined: Tue Sep 20, 2011 6:09 am
Location: USA
Contact:

Re: Changing date format

Post by seppalta »

Time & Date in some installs is in Preferences. Time and Date in the panel can be changed by right clicking and choosing "Digital Clock" Settings. Some of the code is
%a week-day [Friday]
%b month [Sept]
%d day [02]
%I:%M:%S time [4:06:59]
Other code can be obtained by putting

Code: Select all

 man strftime
in the terminal.
p133mmx
Posts: 2
Joined: Fri Feb 03, 2012 2:16 pm

Re: Changing date format

Post by p133mmx »

Thank you for your replies. I will try to explain my problem better.

I need to change the date (and also number and currency) format of my system's locale.

Let me give some examples:

In US date format it is month/day/year
I want it to be day/month/year

In US locale, separator for decimals is "." : 56.40
I want it to be ",": 56,40
Rex Bouwense
Posts: 1109
Joined: Sat Aug 27, 2011 5:44 pm
Location: Sierra Vista, Arizona USA
Contact:

Re: Changing date format

Post by Rex Bouwense »

I think what you want can be found in Preferences->Language Support->Regional Formats.
Make your change and reboot. The changes will take effect after the reboot.
Rex
Locked