date

  • Erwin Thabar
  • Topic Author
  • Offline
  • New Member
  • New Member
More
1 year 4 months 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



 
Attachments:

Please Log in or Create an account to join the conversation.

More
1 year 4 months 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:
Code:
return JHtml::_('calendar', $this->value, $this->name, $this->name, '%Y-%m-%d',".$attributes.");
and change to
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. DamDũng Nguyễn Việt