Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Datum auf englisch

Empfohlene Antworten

Veröffentlicht

hi

bei einer browser anwendung wird das Datum als englisches format ausgegeben.

Kann ich das irgendwie bei Apache einstellen ?

die LanguagePriority ist fängt mit de an.

Servus,

das wird auf die Anwendung ankommen. Diese wird das Datum ja anzeigen lassen. Und dabei wird sie ein Format vorgeben oder auch nicht.

Darf ich Browseranwendung mit Webanwendung gleichsetzen? In welcher Sprache ist sie geschrieben und hast Du einen Codeschnipsel, wie das Datum ausgegeben wird? Dann kann man evtl. helfen.

Peter

das hab ich einfach mal als test gemacht.

<?php
/* locale auf Holland setzen */
setlocale (LC_ALL, 'nl_NL');

/* Ausgabe: vrijdag 22 december 1978 */
echo strftime ("%A %e %B %Y", mktime (0, 0, 0, 12, 22, 1978));

/* versuche verschiedene mgliche locale Namen fr Deutsch ab PHP 4.3.0 */
$loc_de = setlocale (LC_ALL, 'de_DE@euro', 'de_DE', 'de', 'ge');
echo "Preferred locale for german on this system is '$loc_de'" . "<br>";
echo strftime ("%A %e %B %Y", mktime (0, 0, 0, 01, 05, 2007));
?>[/PHP]

da ist auch alles auf englisch

erledigt

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.