Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Datum-Zeit-Format in xml-file
#2
Hallo Wolfgang,

hast du in der gsconfig.php die locale-Anweisung angepasst?

Wir haben hier für get-simple.de diese Anweisung:
Code:
# http://php.net/manual/en/function.setlocale.php
setlocale(LC_ALL, 'de_DE');
$LANG = 'de_DE';

dann gibt es ja noch die Einstellung "lokale Zeitzone" in der Admin-Area / Einstellungen.

Wenn du das richtig eingestellt hast, sollte die deutsche Sprach-Datei aus admin/lang/de_DE.php geladen werden. Darin gibt es diese Einstellungen:

Code:
/*
* For: Date Format
*/
"DATE_FORMAT"            =>    "d.M Y",
"DATE_AND_TIME_FORMAT"    =>    "d.M.Y - h:s", //Datum und Zeitangaben

Das sind die Schrauben, an denen du drehen kannst. Versuch die Einstellungen aus der Sprachdatei.
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply


Messages In This Thread
Datum-Zeit-Format in xml-file - by Wolfgang - 2011-12-20, 19:40:49
Datum-Zeit-Format in xml-file - by Connie - 2011-12-20, 21:22:59
Datum-Zeit-Format in xml-file - by Wolfgang - 2011-12-20, 21:39:33
Datum-Zeit-Format in xml-file - by Connie - 2011-12-21, 00:49:39
Datum-Zeit-Format in xml-file - by mvlcek - 2011-12-21, 01:53:02
Datum-Zeit-Format in xml-file - by Wolfgang - 2011-12-30, 00:58:11
Datum-Zeit-Format in xml-file - by Connie - 2011-12-30, 02:38:09



Users browsing this thread: 1 Guest(s)