On 2014-06-10 00:46, taranakicathedral wrote:
>
> Window Manager: Xfce
>
> Hi,
> This laptop was set up by my boss, but he can’t remember where he
> configured his.
> Apps such as LibreOffice are interpreting date input as MM/DD/YY,
> whereas I always use DD/MM/YY
> I can’t see an option in Libreoffice (which uses the user’s system
> settings on most platforms), but I also can’t find any option in YaST or
> in Settings manager.
>
> My Keyboard is US English and timezone is Pacific/NZST
The global configuration is in YaST -> System -> Language module and
Date & Time settings module.
Language, or rather, locale for each user should be defined by creating
an “~/.i18n” file. For instance, I use:
LC_TIME=en_DK.UTF-8
which results I me having US locale definitions, except for time, that I
use DK settings, which happens to be YYYY-MM-DD.
However, the .i18n is not honored by all desktops, so I turned to do
them in “~/.profile” instead:
export LC_TIME=en_DK.UTF-8
So you need to find a language that happens to print the date in the
format you want; you can not simply define it, in Linux, to an arbitrary
format, unless you create your own locale files.
However, LibreOffice has its own definitions.
Menu Tools, Options, Language settings.
There is a box for entering “date acceptance patterns”, and other
settings. They can apply to the current document or to all of them.
Well, new files, that is.
I don’t know of a place to define in LO the default date format,
different from the one predefined for your country, though. I think you
have to fiddle with the styles.
–
Cheers / Saludos,
Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)