Hi Sarah,
There’s no option for this at the moment, it’s taken from your language settings in WordPress, i.e. if your blog is in French, it uses the French standard.
There is a way to change the date format via PHP or JS, but would be good to know specifically what dates you’re referring to.
Hi,
Cannot see events in Calendar
I am using wp-fullcalendar with Events Manager.
Can see events in Firefox,
but not in Chrome browser.
Thanks,
Tony
Hello,
here is the link :
http://juste-la.org/planning/
The title and the column title are in american format.
My blog is in french language though. So i don’t understand.
Thanks for help,
maybe you can try this thread – http://stackoverflow.com/questions/9491450/fullcalendar-how-do-i-change-the-date-format (last snippet shared) under wp-calendar/inludes/js/inline.js
btw, can I know if you are using wordpress localized in your language or other wordpress translation plugin such wpml, qtranslate,etc ?
Hello,
I updated the plugin and everything’s fine now!
Great.
It’s Ok for me.
thanks for the update and confirming.
I just wanted to point out an issue I had with this, in case it helps anyone else.
I found that on WAMPServer I could display dates in UK format (dd/mm), but when I uploaded the website to a linux server it would default back to US format (mm/dd).
I found the issue was in wp-fullcalendar.php here:
$locale_code = str_replace(‘_’,’-‘, get_locale());
$file_long = dirname(__FILE__).’/includes/js/lang/’.$locale_code.’.js’;
It was looking for /includes/js/lang/en_GB.js but there was only /includes/js/lang/en_gb.js
I fixed this by copying en_gb.js and renaming it en_GB.js.
Looks like it just needs a strtolower($locale_code);
Thanks for a great plugin.
I get this too, I’ve let the devs know about it. should get fixed soon.