- Posts: 1
- Thank you received: 0
date
- Erwin Thabar
- Topic Author
- Offline
- New Member
Less
More
2 years 3 days ago #155283
by Erwin Thabar
date was created by Erwin Thabar
Hello!
On the Website www.aoef.at/index.php/finanzielle-unterstuetzung i have an Donation formular.
On Geburtsta i can write a date with german date format like 3.10.2001 but if i use the calender icon i have the english format like: 2001-10-03 how can i change it to the german ?
lg
Erwin
On the Website www.aoef.at/index.php/finanzielle-unterstuetzung i have an Donation formular.
On Geburtsta i can write a date with german date format like 3.10.2001 but if i use the calender icon i have the english format like: 2001-10-03 how can i change it to the german ?
lg
Erwin
Please Log in or Create an account to join the conversation.
- Mr. Dam
- Offline
- Administrator
Less
More
- Posts: 12815
- Thank you received: 1659
2 years 2 days ago #155290
by Mr. Dam
Replied by Mr. Dam on topic date
Hi Erwin,
To change the date format with "Date" custom field, please following below steps:
1. Open file: root -> administrator -> components -> com_jdonation -> libraries -> osf -> form -> field -> date.php
2. Find:
and change to
Good luck
Dam
To change the date format with "Date" custom field, please following below steps:
1. Open file: root -> administrator -> components -> com_jdonation -> libraries -> osf -> form -> field -> date.php
2. Find:
Code:
return JHtml::_('calendar', $this->value, $this->name, $this->name, '%Y-%m-%d',".$attributes.");
Code:
return JHtml::_('calendar', $this->value, $this->name, $this->name, '%d.%m.%Y',".$attributes.");
Good luck
Dam
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Dũng Nguyễn Việt
Support
Documentation
Information
Copyright © 2024 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.