Welcome, Guest
Username Password: Remember me
Keyword

TOPIC: Problems dateformat

Problems dateformat 10 months ago #12171

  • chrichro
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
  • Karma: 0
Hi,

I have two little problems.

The Date remains in english, but it should be in german and the second is the start date picker is in the format 2012-07-28, but in Germany it should be 28.07.2012.

Can you help me?
Attachments:

Re: Problems dateformat 10 months ago #12172

  • admin2
  • NOW ONLINE
  • Moderator
  • Posts: 6206
  • Karma: 146
start date picker is in the format
The date picker format is not changeable as per appointmentbookingpro.com/component/kune...geable.html?Itemid=0

The Date remains in english
ABPro reads the language setting code from Joomla and uses the PHP setlocale function to tell php the locale. The php date functions then return the day/month names in the appropriate language. ABPro does no translation of day/month names, php does. Ensure you Joomla language is set correctly.

Re: Problems dateformat 10 months ago #12173

  • chrichro
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
  • Karma: 0
Thanks for your help, but the language is set to german. Do you have any suggestion what else, where else I can look for the problem.

Re: Problems dateformat 10 months ago #12174

  • admin2
  • NOW ONLINE
  • Moderator
  • Posts: 6206
  • Karma: 146
Try setting the booking screen format back to normal, set 'Time on Y-Axis' = No, in the config screen, Graphic Availability tab.

Re: Problems dateformat 10 months ago #12175

  • chrichro
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
  • Karma: 0
Thanks again! But unfortunately the result is still the same.

Bildschirmfoto2012-07-28um19.18.43.png

Re: Problems dateformat 10 months ago #12176

  • admin2
  • NOW ONLINE
  • Moderator
  • Posts: 6206
  • Karma: 146
You could try hard coding the setlocale code..
appointmentbookingpro.com/component/kune...0&start=12#11639
Time to create page: 0.46 seconds