• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Deutsche Schreibweise des Datums....

Deutsche Schreibweise des Datums.... 3 years 2 months ago #40991

  • selam
  • selam's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Folgendes Script liefert mir schon ein recht anständiges Ergebnis:
An dieser Stelle ein herzliches Dankeschön an Adrian Paciu!

$datetimePickerName = "veranstaltungsbeginn";
$hiddenFieldName = "neuesdatumsformat";
$dtp = $_POST[$datetimePickerName];
$myDateTime = DateTime::createFromFormat('Y-m-d H:i', $dtp);
$newDateString = $myDateTime->format('l, j. F Y, H:i');
$_POST[$hiddenFieldName] = $newDateString." Uhr";


Also zum Beispiel: Saturday, 20. February 2021, 12:30 Uhr

Aber, ihr ahnt es schon:
Wie bekomme ich die Ausgabe in Deutsch?
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!