Closed GoogleCodeExporter closed 9 years ago
Ah yes, Localization isn't really supported directly with epiclock, but it is
possible to override the formatting
strings like so:
{{{
Date.prototype.days = ['Dimanche', 'Lundi', 'Mardi' ...];
Date.prototype.months = ['Janvier', 'Février', 'Mars' ...];
}}}
Original comment by gars...@gmail.com
on 10 Dec 2009 at 4:17
OK, thank you ;)
Original comment by red...@gmail.com
on 10 Dec 2009 at 4:23
Original issue reported on code.google.com by
red...@gmail.com
on 23 Oct 2009 at 1:04