Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 17

6apxatTinoHartungericgilletteevdlf349141590qwenty +11 guests

change date format

Hi,

I'm searching for a way to change the date format to the German standard (dd.mm.yyyy).
Any ideas where to change that?
Thought there would be an option in the settings.php but there isn't.

bye

vegano

Comments

  • I prefer Vanilla 1's "Last Active x minutes/hours/days ago" so I'd like to know how to change this as well.
  • You have to change some values in the german locale file (locale.php) to this:
    $Definition['Date.DefaultDayFormat'] = '%e. %B';
    $Definition['Date.DefaultFormat'] = '%e. %B %Y';
    $Definition['Date.DefaultTimeFormat'] = '%H:%M';
Sign In or Register to comment.