- This topic has 13 replies, 3 voices, and was last updated 8 years, 1 month ago by .
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › language in date field other than english
Hi,
I have the same problem, even if I check jQuery i18n loading in settings. v2.4.0
Could you take a look?
https://www.miastochojnice.pl/wyszukiwanie-zaawansowane/
Thank you
Regards
Maciej
It’s OK now,
Follow your advice from here: https://support.searchandfilter.com/forums/topic/language-of-datepicker-how-can-i-change-it/#post-17566
After some searching found this: https://stackoverflow.com/questions/1865091/jquery-datepicker-language
And the code in the footer makes the job 🙂 :
<script>
jQuery(document).ready(function ($) {
$.datepicker.setDefaults( $.datepicker.regional[ "pl" ] );
});
</script>
Regards
Maciej