Quote:
Originally Posted by Farcaster
Very sorry for the delay folks. I've been crazy busy with some freelance stuff that I have had to devote a lot of time to. Please bare with me. If your familiar with PHP and want to try something though and see if it fixes the problem for the date/time issues in other languages, go into the plugin "GETDAY_EVENT: Add RSVPs and Form to Event" and find all instances of vbdate. It will look something like: "vbdate($vbulletin->options['dateformat'], $userdate, false, false, true);" Change the fourth option after vbdate to true. If you try that, let me know if it helps. Be sure to find all of the instances of vbdate -- I believe there are six of them.
|
Thanks Farcaster. It worked and now the dates are shown correctly. I've also modified from 'Y-m-d' to 'd-m-Y' that's the format in use in Italy. Maybe this one should be put in a field so that everyone could set it as preferred.
Thanks again!