Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Full Localize Date
#2
You show the link to the wiki, but for the wrong information. You are not a plugin developer, so you don't need that info.

for example: http://get-simple.info/wiki/languages

and http://get-simple.info/extend/all_languages.php
1)
open the gsconfig.file with an editor and find this line:

Code:
# Set PHP locale
# http://php.net/manual/en/function.setlocale.php

there is a line which in the following example defines for german:
Code:
setlocale(LC_ALL, 'de_DE');
$LANG = 'de_DE';

check these lines and use the italian values, I suggest it is it_IT

2) do you use the italian language file for GetSimple?
if so, find it in the folder /admin/lang

open the file and find these lines, the example is again for german:
Quote:/*
* For: Date Format
*/
"DATE_FORMAT" => "d.M Y",
"DATE_AND_TIME_FORMAT" => "F jS, Y - g:i A", //Datum und Zeitangaben

here you can define the date format like you want to show it. The format "d.m.Y" is the format of php date.


if you have not the italian language file, go to EXTEND/ Language FIles, download, check these lines and upload it

Good luck, Connie
|--

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


Messages In This Thread
Full Localize Date - by pavel9 - 2012-09-02, 21:56:35
Full Localize Date - by Connie - 2012-09-03, 00:53:24



Users browsing this thread: 1 Guest(s)