Hello Everyone.
I have gibbon installed with 2 languages which is required by our school one is english and the other is Polish.
in the calendar in Polish language the date is not as dd/mm/yyyy but in dd.mm.yyyy…
Now is there a way we can use the english calendar style instead of the Polish but within the Polish language if you know what i mean. Because the format is not good in the foreign language and therefore we get lot’s of errors.
Here is an example:
Although here show dd/mm/yyyy but look at the issue no year…
Yep, it was a bug of sorts. It looks like the problem was two-fold: Gibbon was passing the locale to the DatePicker utility, and that utility was using its own built-in formats for dates (which happened to be dd.mm.yyyy for Polish). Then there was an error in the regex validation for the Polish dates, which was causing even dd/mm/yyyy formatted dates to fail.
I’ve fixed both of these in the following commits for v19, which you can apply back to your version of Gibbon by updating the lines of code and running the single SQL command.