Hi
One of my sites has suddenly decided to start displaying dates in Russian; just the dates, nothing else. Anyone got any ideas what could be causing it?
URL:
http://northdevonwheelers.com/calendar.html
The dates are formatted in a snippet nothing particularly strange here:
[[+thedate:strtotime:date=`%B - %y`:isnot=`[[+oldmonth]]`:then=`
</div><div class="month">
<h3>[[+thedate:strtotime:date=`%B`]]</h3>
`:else=``]]
[[setPlaceholder? &placeholder=`oldmonth` &value=`[[+thedate:strtotime:date=`%B - %y`]]`]]
<p class="[[+type]]">
[[!If? &subject=`[[+link]]` &operator=`!empty` &then=`<a href="[[+link]]" target="_blank">` ]]
<strong>[[+thedate:strtotime:date=`%a %d-%b`]] : [[+title]]</strong> | [[+location]]
[[!If? &subject=`[[+link]]` &operator=`!empty` &then=`</a>` ]]
</p>
It's been working for about a year and just suddenly turned to this.
Help or suggestions very welcome!
Gareth