Author Topic: Droplet -> Generate_Calender  (Read 47497 times)

Offline dbs

  • Betatester
  • **
  • Posts: 8819
  • Gender: Male
  • tioz4ever
    • WebsiteBaker - jQuery-Plugins - Module - Droplets - Tests
Re: Droplet -> Generate_Calender
« Reply #50 on: October 18, 2012, 05:44:52 PM »
For problems with "setlocal", check with this line the correctly local-expression (e.g. after the setlocal-line):
Code: [Select]
echo system('locale -a');So you can see how the local must be written.

In my case "de_DE" was wrong, it must be "de_DE.utf8"
Code: [Select]
setlocale(LC_TIME, 'de_DE.utf8');
Hope it helps ...

Offline Tomno399

  • Posts: 211
Re: Droplet -> Generate_Calender
« Reply #51 on: February 14, 2015, 10:22:04 AM »
Hello

I use the event calendar and it's mini calendar on wb2.8.3 SP1 with php 5.6 and it runs perfect. Thank you pcwacht and WebBird!

But I have a wish: Can someone tell me the code and the line where it is to insert for highlightning the background of the actual day?

Thank you
Thomas

Offline Tomno399

  • Posts: 211
Re: Droplet -> Generate_Calender
« Reply #52 on: February 16, 2015, 09:33:43 AM »
I got it in another thread!

Thank you Marmot!!

 

postern-length